html,
body {
  background-color: #fafafa;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background: rgba(47, 64, 80, 0.46);
  border: none;
}
body::-webkit-scrollbar-track {
  background: #f6f6f6;
  border: none;
}
body::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-corner {
  background: #f6f6f6;
}
._imgbox {
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
._imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  -webkit-transition: 0.6s all ease-in-out ;
  -moz-transition: 0.6s all ease-in-out ;
  -o-transition: 0.6s all ease-in-out ;
  transition: 0.6s all ease-in-out ;
}
.g-title {
  position: relative;
  border-bottom: 1px #f2f2f2 solid;
  margin-bottom: 20px;
}
.g-title ._ft {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding: 0 0 14px;
  font-weight: bold;
}
.g-title ._ft:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #4b9a7b;
}
.g-title > b._ft {
  color: #149272;
}
.g-title > b._ft:after {
  height: 2px;
  background-color: #149272;
}
.g-title ._more {
  position: absolute;
  z-index: 1;
  zoom: 1;
  line-height: 20px;
  top: 50%;
  right: 0;
  margin-top: -17px;
  text-transform: capitalize;
}
.g-title ._more i {
  padding-left: 0.1em;
  color: #149272;
}
.g-title ._more:hover {
  color: #149272;
}
.tooltip[role=tooltip] {
  font-size: 12px;
  line-height: 2;
  padding: .3em 1em;
  max-width: 300px;
  margin-top: -8px;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.tooltip[role=tooltip]:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 100%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0 -6px;
}
.s_qrcode .codeBox {
  display: none;
  position: absolute;
  z-index: 999;
  zoom: 1;
  top: 100%;
  left: 50%;
  width: 120px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.s_qrcode .codeBox:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0 -6px;
  -webkit-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.1);
}
.s_qrcode:hover .codeBox {
  display: block;
}
.lay-code-modal {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lay-code-modal .lay-codebox {
  text-align: center;
  width: 260px;
  padding: 20px 0 30px;
}
.lay-code-modal .lay-codebox h1 {
  font-size: 1.36rem;
  color: #333;
  font-weight: 400;
  padding: 1rem 0;
}
.lay-code-modal .lay-codebox img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.lay-code-modal .lay-codebox p {
  padding-top: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.g-head {
  background-color: #fff;
  z-index: 100;
}
.g-head .wrapper {
  position: relative;
  padding: 18px 350px 18px 0;
}
.g-head ._logo,
.g-head _hn {
  float: left;
}
.g-head ._logo {
  padding-right: 1.5em;
}
.g-head ._logo img {
  height: 54px;
}
.g-head ._hn {
  padding-left: 1.5em;
  border-left: 1px #f5f5f5 solid;
}
.g-head ._right {
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 0;
  top: 50%;
  height: 50px;
  margin-top: -25px;
}
.g-head ._right > * {
  display: inline-block;
  float: left;
  margin: 0 14px;
}
.g-head ._right > img {
  height: 54px;
}
.g-head ._right a {
  position: relative;
  width: 42px;
  line-height: 42px;
  margin: 4px 0 4px 15px;
  margin-right: 0;
  text-align: center;
  background-color: #ff5858;
  color: #fff;
  font-size: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-head ._right a.s_qrcode {
  background-color: #0bb68c;
}
.g-head ._right a:hover {
  background-color: #149272;
}
.g-menu {
  position: relative;
  background-image: -webkit-linear-gradient(45deg,#009973,#1aa07f,#24cbad);
  background-image: -moz-linear-gradient(45deg,#009973,#1aa07f,#24cbad);
  background-image: -o-linear-gradient(45deg,#009973,#1aa07f,#24cbad);
  background-image: linear-gradient(45deg,#009973,#1aa07f,#24cbad);
}
.g-menu .first > li {
  float: left;
  width: 9.09090909%;
}
.g-menu .first > li > a {
  position: relative;
  display: block;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-menu .first > li > a .fk-right {
  display: none;
}
.g-menu .first > li > a i {
  padding-left: 0.3em;
  font-size: 12px;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
}
.g-menu .first > li > a:before {
  content: '';
  display: block;
  width: 2rem;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 1px;
  left: 50%;
  margin-left: -1rem;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.g-menu .first > li > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.g-menu .first > li:hover > a {
  color: #b0f0ad;
}
.g-menu .first > li:hover > a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.g-menu .second-wrap {
  display: none;
  position: absolute;
  z-index: 110;
  zoom: 1;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 35px 0 45px;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
}
.g-menu .second-wrap .wrapper {
  position: relative;
  padding-left: 180px;
  min-height: 150px;
}
.g-menu .second-wrap ._title {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  font-size: 13px;
  width: 180px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.36);
  font-family: 'Georgia';
}
.g-menu .second-wrap ._title h1 {
  padding-bottom: 5px;
  font-size: 30px;
  color: #149272;
  line-height: 1.2;
}
.g-menu .second-wrap ._tit {
  line-height: 1;
  font-size: 18px;
  padding-left: 8px;
  border-left: 3px #19a6b7 solid;
  margin-bottom: 0.8em;
}
.g-menu .second-wrap ._more {
  padding-top: 0.5em;
  text-align: right;
}
.g-menu .second-wrap ._more a {
  color: #e84d3d;
}
.g-menu .second-wrap ._more a:hover {
  color: #2a71ab;
}
.g-menu .second-wrap ._nav {
  float: left;
  width: 26%;
  padding-right: 15px;
  border-right: 1px #f6f6f6 solid;
}
.g-menu .second-wrap ._nav li {
  float: left;
  width: 50%;
  margin-bottom: 0.8em;
  padding-right: 1em;
}
.g-menu .second-wrap ._nav li a {
  position: relative;
  line-height: 1.6;
  font-size: 16px;
  color: #4d4d4d;
}
.g-menu .second-wrap ._nav li a:hover {
  color: #149272;
}
.g-menu .second-wrap ._info {
  float: left;
  width: 44%;
  padding: 0 40px;
  border-right: 1px #f6f6f6 solid;
}
.g-menu .second-wrap ._info .txt {
  line-height: 2;
  color: #999;
  font-size: 13px;
}
.g-menu .second-wrap ._info ul {
  padding-top: 12px;
  margin: 0 -5px;
}
.g-menu .second-wrap ._info ul > li {
  float: left;
  margin: 0 0 6px;
  width: 50%;
  padding: 0 5px;
}
.g-menu .second-wrap ._info ul a {
  display: block;
  line-height: 36px;
  background-color: #f6f6f6;
  text-align: center;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-menu .second-wrap ._info ul a i {
  display: none;
}
.g-menu .second-wrap ._info ul a:hover {
  color: #4b9a7b;
  background-color: #f2f2f2;
}
.g-menu .second-wrap ._zx {
  float: left;
  width: 30%;
  padding-left: 40px;
}
.g-menu .second-wrap ._zx ul {
  margin: 0 -5px;
}
.g-menu .second-wrap ._zx ul > li {
  float: left;
  margin: 0 0 20px;
  width: 50%;
  padding: 0 5px;
}
.g-menu .second-wrap ._zx li {
  text-align: center;
}
.g-menu .second-wrap ._zx li a {
  display: block;
  color: #555;
  padding-top: 15px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-menu .second-wrap ._zx li a:hover {
  color: #4b9a7b;
}
.g-menu .second-wrap ._zx li a:hover i {
  color: #fff;
  background-color: #4b9a7b;
}
.g-menu .second-wrap ._zx li i {
  display: inline-block;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f6f6f6;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  -o-border-radius: 30%;
  border-radius: 30%;
  font-size: 30px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-menu .second-wrap ._zx li span {
  display: block;
  padding-top: 0.8em;
  font-size: 15px;
}
.g-menu .second-wrap ._ks {
  border-left: 1px #f6f6f6 solid;
  padding-left: 40px;
}
.g-menu .second-wrap ._ks ._tit {
  margin-bottom: 0.6em;
  color: #149272;
}
.g-menu .second-wrap ._ks ul {
  padding-bottom: 15px;
  margin: 0 -5px;
}
.g-menu .second-wrap ._ks ul > li {
  float: left;
  margin: 0 0 0;
  width: 12.5%;
  padding: 0 5px;
}
.g-menu .second-wrap ._ks ul li {
  line-height: 2;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g-menu .second-wrap ._ks ul li a:hover {
  color: #e84d3d;
}
.g-menu .second-wrap ._nav2 {
  float: left;
  width: 13%;
  padding-right: 15px;
}
.g-menu .second-wrap ._nav2 li {
  margin-bottom: 0.8em;
}
.g-menu .second-wrap ._nav2 a {
  position: relative;
  line-height: 1.6;
  font-size: 16px;
  color: #4d4d4d;
}
.g-menu .second-wrap ._nav2 a:hover {
  color: #149272;
}
.g-menu .second-wrap ._list1 {
  float: left;
  width: 55%;
  padding: 0 40px;
  border-left: 1px #f6f6f6 solid;
}
.g-menu .second-wrap ._list1 ul {
  margin: 0 -12px;
}
.g-menu .second-wrap ._list1 ul > li {
  float: left;
  margin: 0 0 0;
  width: 50%;
  padding: 0 12px;
}
.g-menu .second-wrap ._list1 a {
  display: block;
}
.g-menu .second-wrap ._list1 a ._imgbox {
  height: 135px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 0.6em;
}
.g-menu .second-wrap ._list1 a ._imgbox:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.g-menu .second-wrap ._list1 a h5 {
  font-size: 15px;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
}
.g-menu .second-wrap ._list1 a:hover {
  color: #149272;
}
.g-menu .second-wrap ._list2 {
  float: left;
  width: 32%;
  padding-left: 40px;
  border-left: 1px #f6f6f6 solid;
}
.g-menu .second-wrap ._list2 li {
  line-height: 1.2;
  margin-bottom: 0.9em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g-menu .second-wrap ._list2 li a:hover {
  color: #e84d3d;
}
.g-menu .second-wrap ._list2 li:last-child {
  margin: inherit;
}
.g-menu .second-wrap ._list3 {
  float: left;
  width: 32%;
  padding-left: 40px;
  border-left: 1px #f6f6f6 solid;
}
.g-menu .second-wrap ._list3 ul {
  margin: 0 -8px;
}
.g-menu .second-wrap ._list3 ul > li {
  float: left;
  margin: 0 0 15px;
  width: 50%;
  padding: 0 8px;
}
.g-menu .second-wrap ._list3 a {
  display: block;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-menu .second-wrap ._list3 a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.32));
  background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.32));
  background-image: -o-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.32));
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.32));
}
.g-menu .second-wrap ._list3 a ._imgbox {
  height: 85px;
}
.g-menu .second-wrap ._list3 a i {
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 50%;
  top: 50%;
  margin: -1.2em 0 0 -1.2em;
  width: 2.4em;
  height: 2.4em;
  background: url(../images/play-icon.png) center no-repeat;
  background-size: contain;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-menu .second-wrap ._list3 a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.g-menu .second-wrap ._list3 a:hover img {
  -webkit-filter: saturate(1.8);
  -moz-filter: saturate(1.8);
  -o-filter: saturate(1.8);
  filter: saturate(1.8);
}
.g-menu .second-wrap ._list3 a:hover i {
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.x-left,
.x-right {
  display: inline-block;
  color: rgba(45, 59, 73, 0.3);
  font-size: 80px;
  position: absolute;
  z-index: 20;
  zoom: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x-left:hover,
.x-right:hover {
  color: rgba(45, 59, 73, 0.8);
}
.g-banner {
  width: 100%;
  position: relative;
  z-index: 0 !important;
  background-color: #fff;
}
.g-banner .swiper-slide {
  position: relative;
  display: block;
  height: 550px;
  text-align: center;
}
.g-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.g-banner .swiper-slide .m {
  display: none;
}
.g-banner .swiper-slide:hover {
  -webkit-filter: brightness(1.02);
  -moz-filter: brightness(1.02);
  -o-filter: brightness(1.02);
  filter: brightness(1.02);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-banner .u-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 20;
  zoom: 1;
  left: 50%;
  bottom: 2em;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.g-banner .u-pagination .bull {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.g-banner .u-pagination .active {
  background-color: #2a71ab !important;
}
.g-banner .x-left {
  left: 20px;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.g-banner .x-right {
  right: 20px;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.g-banner:hover .x-left,
.g-banner:hover .x-right {
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.g-service {
  padding: 30px 0;
}
.g-service ul {
  margin: 0 -10px;
}
.g-service ul > li {
  float: left;
  margin: 0 0 0;
  width: 20%;
  padding: 0 10px;
}
.g-service a {
  display: block;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-service a i {
  display: inline-block;
  width: 106px;
  line-height: 106px;
  background-color: #fff;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  -o-border-radius: 40%;
  border-radius: 40%;
  font-size: 42px;
  color: #149272;
  -webkit-box-shadow: 0 0 10px rgba(75, 154, 123, 0.06);
  -moz-box-shadow: 0 0 10px rgba(75, 154, 123, 0.06);
  -o-box-shadow: 0 0 10px rgba(75, 154, 123, 0.06);
  box-shadow: 0 0 10px rgba(75, 154, 123, 0.06);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-service a p {
  font-size: 18px;
  padding-top: 1em;
}
.g-service a:hover {
  color: #149272;
}
.g-service a:hover i {
  color: #fff;
  background-color: #149272;
  background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
}
.x-news {
  padding: 35px 0;
  background-color: #fff;
}
.x-news ._tab {
  border-bottom: 1px #f2f2f2 solid;
  margin-bottom: 25px;
}
.x-news ._tab li {
  float: left;
  padding: 0 20px;
  font-size: 18px;
  border-left: 1px #f2f2f2 solid;
  margin-bottom: 20px;
}
.x-news ._tab li:first-child {
  padding-left: 0;
  border: none;
}
.x-news ._tab li a {
  display: inline-block;
  position: relative;
}
.x-news ._tab li.active {
  font-weight: bold;
}
.x-news ._tab li.active a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 19px;
  height: 3px;
  background-color: #4b9a7b;
}
.x-news ._box {
  position: relative;
  padding-left: 450px;
  min-height: 290px;
  max-height: 320px;
  overflow: hidden;
}
.x-news .tab_ul {
  padding-bottom: 20px;
}
.x-news .tab_ul ul {
  margin: 0 -14px;
}
.x-news .tab_ul ul > li {
  float: left;
  margin: 0 0 0;
  width: 50%;
  padding: 0 14px;
}
.x-news .tab_ul ul a {
  display: block;
  position: relative;
  padding: 16px 120px 0 0;
  margin-bottom: 16px;
  border-top: 1px solid #f2f2f2;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x-news .tab_ul ul a h3 {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 12px;
}
.x-news .tab_ul ul a p {
  line-height: 1;
  font-size: 13px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.x-news .tab_ul ul a p u {
  padding: 0 1em;
  color: #ccc;
}
.x-news .tab_ul ul a ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 16px;
  right: 0;
  width: 110px;
  height: 74px;
}
.x-news .tab_ul ul a:hover {
  color: #149272;
}
.x-news .tab_ul ul li:nth-child(1) a,
.x-news .tab_ul ul li:nth-child(2) a {
  padding-top: 0;
  border: none;
}
.x-news .tab_ul ul li:nth-child(1) a ._imgbox,
.x-news .tab_ul ul li:nth-child(2) a ._imgbox {
  top: 0;
}
.x-news .tab_ul ._more {
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 100%;
  right: 0;
  margin-bottom: 50px;
  text-transform: capitalize;
}
.x-news .tab_ul ._more i {
  padding-left: 3px;
  color: #149272;
}
.x-news .tab_ul ._more:hover {
  color: #149272;
}
.new_slide {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  width: 420px;
  height: 290px;
  overflow: hidden;
}
.new_slide .swiper-slide {
  width: 400px;
  height: 290px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.new_slide .swiper-slide:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: -o-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
}
.new_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  -webkit-transition: 0.6s all ease-in-out ;
  -moz-transition: 0.6s all ease-in-out ;
  -o-transition: 0.6s all ease-in-out ;
  transition: 0.6s all ease-in-out ;
}
.new_slide .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.new_slide .swiper-slide h3 {
  position: absolute;
  z-index: 2;
  zoom: 1;
  left: 0;
  bottom: 35px;
  padding: 0 1.2em;
  text-align: left;
  width: 100%;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.new_slide .u-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 10;
  zoom: 1;
  left: 50%;
  bottom: 14px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.new_slide .u-pagination .bull {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin: 0 2px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.new_slide .u-pagination .active {
  background-color: #c0ffbe !important;
}
.x-keshi {
  background-color: #fff;
  padding-bottom: 40px;
}
.x-keshi .wrapper {
  position: relative;
  padding-right: 30px;
}
.x-keshi .wrapper > * {
  position: relative;
  z-index: 2;
}
.x-keshi ._title {
  margin: 0 200px 20px 0;
  max-height: 40px;
  overflow: hidden;
}
.x-keshi ._title b {
  display: inline-block;
  position: relative;
  float: left;
  font-size: 20px;
  line-height: 1;
  padding: 5px 0 15px;
}
.x-keshi ._title b:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #4b9a7b;
}
.x-keshi ._title p {
  float: left;
  padding-left: 4em;
  padding-top: 11px;
  color: #dadada;
  font-size: 13px;
}
.x-keshi ._title p span {
  display: inline-block;
  padding: 0 6px;
  line-height: 1;
  border-right: 1px solid #eee;
}
.x-keshi ._more {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  line-height: 65px;
  padding: 0 3em;
  text-align: center;
  color: #fff;
  border-radius: 50px 0 0 0;
  background-image: -webkit-linear-gradient(135deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
  background-image: -moz-linear-gradient(135deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
  background-image: -o-linear-gradient(135deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
  background-image: linear-gradient(135deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
}
.x-keshi ._tab {
  background-color: #f8f8f8;
}
.x-keshi ._tab li {
  float: left;
  width: 25%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x-keshi ._tab li.active {
  font-weight: bold;
  background-color: #149272;
  color: #fff;
  background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
}
.x-keshi .ks_ul {
  min-height: 250px;
  padding-right: 20px;
  background-color: #fff;
}
.x-keshi .ks_ul ul {
  padding-top: 5px;
  margin: 0 -14px;
}
.x-keshi .ks_ul ul > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 14px;
}
.x-keshi .ks_ul ul li {
  padding-top: 10px;
}
.x-keshi .ks_ul ul a {
  position: relative;
  display: block;
  line-height: 2.2;
  background-color: #fafafa;
  padding: 0 1em 0 1.3em;
  border-left: 3px #9ef3e7 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-image: -webkit-linear-gradient(45deg,#fafafa,#fff);
  background-image: -moz-linear-gradient(45deg,#fafafa,#fff);
  background-image: -o-linear-gradient(45deg,#fafafa,#fff);
  background-image: linear-gradient(45deg,#fafafa,#fff);
}
.x-keshi .ks_ul ul a:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  background-color: #9ef3e7;
  color: #ddd;
  font-weight: bold;
  font-size: 20px;
}
.x-keshi .ks_ul ul a:hover {
  color: #4b9a7b;
}
.x-notice ul {
  margin: 0 -14px;
}
.x-notice ul > li {
  float: left;
  margin: 0 0 0;
  width: 50%;
  padding: 0 14px;
}
.x-notice ul li {
  line-height: 2.4;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.x-notice ul li span {
  padding-right: 1em;
  color: #aaa;
}
.x-notice ul li a:hover {
  color: #e84d3d;
}
.w-doctor {
  padding-bottom: 20px;
}
.x-doctor {
  position: relative;
  padding: 35px 0 15px;
  background: url(../images/yy1.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.x-doctor:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 0;
  background-color: rgba(246, 246, 246, 0.95);
}
.x-doctor .wrapper {
  position: relative;
  z-index: 10;
}
.g-doctor {
  margin: 0 -8px;
}
.g-doctor > li {
  float: left;
  margin: 0 0 16px;
  width: 33.33333333%;
  padding: 0 8px;
}
.g-doctor ._item {
  position: relative;
  padding: 20px 20px 70px 165px;
  min-height: 252px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.g-doctor ._item ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  display: inline-block;
  width: 130px;
  height: 165px;
  overflow: hidden;
  left: 20px;
  top: 20px;
  background-color: #f1fafb;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-doctor ._item h1 {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 5px;
}
.g-doctor ._item h1 a {
  float: left;
  font-size: 20px;
  color: #149272;
}
.g-doctor ._item h1 a:hover {
  color: #e84d3d;
}
.g-doctor ._item h1 span {
  float: left;
  padding-left: 4px;
  color: #999;
}
.g-doctor ._item .info {
  max-height: 125px;
  overflow: hidden;
}
.g-doctor ._item .ks {
  position: relative;
  padding-left: 3em;
  line-height: 22px;
  max-height: 44px;
  margin-right: -0.5em;
  margin-bottom: 3px;
  overflow: hidden;
  color: #666;
}
.g-doctor ._item .ks > strong {
  position: absolute;
  z-index: 1;
  zoom: 1;
  display: inline-block;
  left: 0;
  top: 0;
  color: #444;
}
.g-doctor ._item .ks a {
  display: inline-block;
  margin-right: 4px;
  color: #333;
}
.g-doctor ._item .ks a:hover {
  color: #4b9a7b;
}
.g-doctor ._item .sc {
  max-height: 76px;
  line-height: 24px;
  overflow: hidden;
  color: #888;
}
.g-doctor ._item .sc > strong {
  color: #444;
}
.g-doctor ._item ._bar {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 20px;
  bottom: 14px;
  right: 20px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #f1fafb;
}
.g-doctor ._item ._bar a {
  display: inline-block;
  float: left;
  width: 50%;
  line-height: 40px;
  text-align: center;
}
.g-doctor ._item ._bar a i {
  color: #149272;
  margin-right: 4px;
}
.g-doctor ._item ._bar a:hover {
  color: #149272;
}
.g-doctor ._item ._more {
  display: none;
}
.g-doctor ._item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.g-doctor ._item:hover ._imgbox {
  background-color: #149272;
}
.x-about {
  padding: 35px 0 0;
  background-color: #fff;
}
.x-about > .wrapper {
  padding-bottom: 35px;
}
.x-about > .wrapper ._box {
  position: relative;
  padding-left: 540px;
  min-height: 250px;
}
.x-about > .wrapper ._box ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  width: 500px;
  height: 100%;
}
.x-about > .wrapper ._box .txt p {
  line-height: 2.1;
  margin-bottom: 1em;
  font-size: 15px;
}
.x-about > .wrapper ._item {
  padding-top: 20px;
  margin: 0 -1px;
}
.x-about > .wrapper ._item > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 1px;
}
.x-about > .wrapper ._item ._alt {
  background-color: #f9f9f9;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
}
.x-about > .wrapper ._item ._alt:hover {
  background-color: #f2fefb;
}
.x-about > .wrapper ._item b {
  font-size: 42px;
  color: #149272;
  font-weight: 400;
}
.x-about > .wrapper ._item p {
  line-height: 2;
  font-size: 16px;
}
.x-about > .wrapper ._fylk {
  margin: 0 -5px;
  padding-top: 5px;
}
.x-about > .wrapper ._fylk li {
  float: left;
  width: 50%;
  padding: 10px 5px 0;
  overflow: hidden;
}
.x-about > .wrapper ._fylk li img {
  width: 100%;
}
.x-maps {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.x-maps .anchorBL {
  display: none !important;
}
.x-maps .mapBox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
}
.x-maps .mapBox img {
  max-width: inherit;
}
.x-maps .wrapper {
  padding: 80px 0;
}
.x-maps .tabbox {
  position: relative;
  z-index: 100;
  float: right;
  background-color: rgba(20, 146, 114, 0.96);
  width: 450px;
  min-height: 500px;
  color: #fff;
}
.x-maps .tabbox > li > h1 {
  line-height: 60px;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  color: #b0f0ad;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x-maps .tabbox > li ul {
  display: none;
  min-height: 260px;
  padding: 20px 40px;
  overflow: hidden;
}
.x-maps .tabbox > li ul li {
  position: relative;
  padding: 10px 0 10px 35px;
  font-size: 15px;
}
.x-maps .tabbox > li ul li i {
  line-height: 30px;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 50%;
  margin-top: -15px;
  font-size: 24px;
}
.x-maps .tabbox > li ul li a {
  float: left;
  display: inline-block;
  width: 47%;
  line-height: 2.2;
  padding: 0 1em;
  border: 1px rgba(255, 255, 255, 0.6) solid;
  color: #fff;
  margin-right: 3%;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.x-maps .tabbox > li ul li a:hover {
  color: #b0f0ad;
  border-color: #b0f0ad;
}
.x-maps .tabbox > li.active > h1 {
  color: #fff !important;
  background-color: #128064;
  border: none;
}
.x-maps .tabbox > li.active ul {
  display: block;
}
.lay_maps .x-maps {
  height: 100vh;
  max-width: 100%;
}
.lay_maps .x-maps .wrapper {
  max-width: 100%;
  padding: 50px;
}
.lay_maps .x-maps .tabbox {
  width: 400px;
}
.g-footer {
  background-color: #fff;
}
.g-footer > .wrapper {
  padding: 40px 0;
}
.g-footer .info {
  float: left;
  display: inline-block;
}
.g-footer .info ul {
  max-width: 500px;
  padding: 10px 0;
}
.g-footer .info li {
  float: left;
  width: 160px;
  line-height: 2.2;
  font-size: 17px;
}
.g-footer .info li a:hover {
  color: #149272;
}
.g-footer .wxBox {
  float: right;
  display: inline-block;
}
.g-footer .wxBox ul li {
  float: left;
  margin-left: 40px;
  text-align: center;
}
.g-footer .wxBox ul li img {
  width: 110px;
}
.g-footer .wxBox ul li span {
  display: block;
  padding-top: 8px;
}
.g-footer .copy {
  max-width: 1800px;
  margin: 0 auto;
  border-top: 1px #f2f2f2 solid;
  padding: 30px 0;
}
.g-footer .copy .link {
  float: left;
  display: none;
}
.g-footer .copy .link u {
  padding: 0 1em;
  color: #888;
}
.g-footer .copy .txt {
  float: none;
}
.g-footer .copy .txt span {
  padding-left: 0.5em;
}
.g-position {
  padding: 1.5em 0;
  color: #888;
}
.g-position a:hover {
  color: #149272;
}
.g-relative {
  position: relative;
}
.g-container {
  min-height: 800px;
  background-color: #fff;
}
.w-left,
.w-right {
  padding: 25px;
  min-height: 900px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}
.w-left {
  width: 70.5%;
  padding: 25px 35px;
}
.w-right {
  width: 28%;
  max-width: 336px;
}
.w-right.fixed {
  position: fixed;
  z-index: 100;
  bottom: 0;
  margin-left: 18px;
  margin-bottom: 10px;
}
.w-right.absolute {
  position: absolute;
  z-index: 100;
  bottom: 0;
  margin-left: 18px;
}
.w-right .g-title ._ft {
  font-size: 16px;
}
.w-listImg {
  padding-top: 10px;
}
.w-listImg li {
  padding-bottom: 25px;
  border-bottom: 1px #f2f2f2 dashed;
  margin-bottom: 20px;
}
.w-listImg li h1 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0.3em;
  font-weight: normal;
}
.w-listImg li h1 b {
  font-weight: normal;
}
.w-listImg li h1 a {
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  color: #555;
}
.w-listImg li h1 a:hover {
  color: #149272;
}
.w-listImg li .txt {
  line-height: 1.8;
  color: #888;
  margin-bottom: 0.8em;
}
.w-listImg li .bar {
  position: relative;
  font-size: 13px;
  color: #666;
  line-height: 1.2;
}
.w-listImg li .bar span {
  margin-right: 1em;
}
.w-listImg li ._imgbox {
  display: none;
}
.w-page {
  padding: 1em 0;
  text-align: center;
  font-size: 1rem;
}
.w-page ul,
.w-page li {
  list-style: none;
  display: inline-block;
}
.w-page:before,
.w-page:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.w-page .page-wrapper {
  display: inline-block;
  margin: 0 auto;
}
.w-page a,
.w-page b,
.w-page input,
.w-page button,
.w-page select {
  display: inline-block;
  float: left;
  line-height: 2.2rem;
  padding: 0 0.8rem;
  color: #2d3b49;
  background-color: #fff;
  margin: 0 3px 0.4rem 0;
  border: 1px #eee solid;
  border-radius: 1px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}
.w-page a:hover {
  border: 1px solid #e84d3d;
  background-color: rgba(232, 77, 61, 0.09);
  color: #e84d3d;
}
.w-page a:active {
  color: #fff;
  background-color: #e84d3d;
}
.w-page b {
  color: #fff;
  background-color: #149272;
  border-color: #149272;
  cursor: no-drop;
}
.w-page input {
  width: 5rem;
  height: 2rem;
}
.w-page select {
  width: 4rem !important;
  height: 2.2rem;
}
.right-hot {
  padding-bottom: 1em;
}
.right-hot li {
  padding-bottom: 1.2em;
}
.right-hot li a {
  display: block;
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
}
.right-hot li a em {
  display: inline-block;
  font-size: 8px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background-color: #999;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.right-hot li a:hover {
  color: #e84d3d;
}
.right-hot li:nth-child(1) em {
  background: #fc6c6c;
}
.right-hot li:nth-child(2) em {
  background: #ffa169;
}
.right-hot li:nth-child(3) em {
  background: #ffc861;
}
.right-img {
  padding-bottom: 5px;
}
.right-img a {
  display: block;
  position: relative;
  padding: 2px 0 0 120px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.right-img a h3 {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 15px;
  margin-bottom: 8px;
}
.right-img a p {
  line-height: 1;
  font-size: 13px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.right-img a p u {
  padding: 0 0.8em;
  color: #eee;
}
.right-img a ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  left: 0;
  width: 110px;
  height: 74px;
}
.right-img a:hover {
  color: #149272;
}
.right-img li {
  padding-top: 18px;
}
.right-img li:nth-child(1) {
  padding: 0;
}
.art-title {
  border-bottom: 1px #eee solid;
  margin-bottom: 20px;
}
.art-title h1 {
  line-height: 1.4;
  font-weight: normal;
  padding: 0.3em 0 0.6em;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.art-title .alt {
  font-size: 14px;
  color: #999;
  line-height: 1.4;
  padding-bottom: 20px;
  position: relative;
}
.art-title .alt > span {
  margin-right: 10px;
}
.art-title .alt .bdsharebuttonbox {
  position: absolute;
  z-index: 10;
  zoom: 1;
  right: 0;
  top: 2px;
  height: 20px;
  line-height: 20px;
}
.art-title .alt .bdsharebuttonbox a,
.art-title .alt .bdsharebuttonbox .bds_more {
  font-size: 14px !important;
  margin: 0 6px 0 0 !important;
}
.art-title .alt .bdsharebuttonbox .none {
  background: none !important;
  color: #666 !important;
}
.art-title .alt .bdsharebuttonbox .none .fa {
  font-size: 16px;
}
.g-html {
  line-height: 2;
  font-size: 15px;
  color: #4d4d4d;
  overflow: hidden;
}
.g-html > * {
  max-width: 100%;
}
.g-html img {
  max-width: 100%;
  background: url(../images/loading_min.png) center #f9f9f9 no-repeat !important;
}
.g-html a {
  color: #2d3b49;
}
.g-html a:hover {
  color: #2a71ab;
}
.art-link {
  padding: 20px 10px;
  line-height: 2.4;
  color: #888;
  font-size: 16px;
}
.art-link a:hover {
  color: #e84d3d;
}
.w-first {
  background-color: #fff;
  padding: 25px 35px;
  margin-bottom: 20px;
}
.w-first li {
  position: relative;
  padding-left: 5.5em;
  padding-bottom: 10px;
}
.w-first li > span {
  display: inline-block;
  line-height: 36px;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #149272;
}
.w-first li p {
  margin-right: -15px;
}
.w-first li p a {
  float: left;
  margin: 0 10px 8px 0;
  display: inline-block;
  line-height: 36px;
  padding: 0 1em;
  min-width: 8.8em;
  background-color: #f9f9f9;
  text-align: center;
}
.w-first li p a:hover {
  color: #149272;
  background-color: #f2f2f2;
}
.w-first li p a.active {
  color: #fff;
  background-color: #149272;
}
.doctor-head {
  position: relative;
  padding: 30px 280px 30px 210px;
  background-color: #fff;
  min-height: 250px;
  margin-bottom: 20px;
}
.doctor-head ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  width: 150px;
  height: 190px;
  left: 30px;
  top: 30px;
  background-color: #42abe5;
}
.doctor-head h1 {
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 0.3em;
  font-weight: bold;
  color: #149272;
}
.doctor-head ._item li {
  line-height: 1.8;
  color: #444;
  font-size: 15px;
}
.doctor-head ._item li span {
  color: #999;
  font-size: 15px;
}
.doctor-head ._item li p {
  padding-top: 4px;
  font-size: 14px;
  color: #666;
}
.doctor-head ._item li i {
  margin-left: 0.5em;
  cursor: pointer;
  font-size: 16px;
}
.doctor-head ._item li a:hover {
  color: #4b9a7b;
}
.doctor-head ._service {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 30px;
  right: 30px;
  width: 220px;
}
.doctor-head ._service ul {
  margin: 0 -4px;
}
.doctor-head ._service ul > li {
  float: left;
  margin: 0 0 8px;
  width: 50%;
  padding: 0 4px;
}
.doctor-head ._service ul a {
  display: block;
  border: 1px #f2f2f2 solid;
  text-align: center;
  padding: 20px 10px;
  line-height: 1;
}
.doctor-head ._service ul a i {
  font-size: 32px;
}
.doctor-head ._service ul a span {
  padding-top: 0.5em;
  display: block;
}
.doctor-head ._service ul a:hover {
  color: #4b9a7b;
  border-color: #4b9a7b;
}
.doctor-article {
  padding: 30px;
  background-color: #fff;
  min-height: 500px;
  margin-bottom: 20px;
}
.doctor-hot {
  padding-bottom: 20px;
}
.doctor-hot h1._tit {
  font-size: 24px;
  color: #333;
  text-align: center;
  padding: 10px 0 30px;
}
.ks-abc {
  padding: 1.2em 0;
  color: #aaa;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ks-abc span {
  display: inline-block;
  padding: 0 8px;
  line-height: 1;
  border-right: 1px solid #eee;
}
.ks-map {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 30px;
}
.ks-map ._tab {
  background-color: #f9f9f9;
  border: 1px #f2f2f2 solid;
}
.ks-map ._tab li {
  float: left;
  width: 25%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  border-left: 1px #f2f2f2 solid;
}
.ks-map ._tab li:nth-child(1) {
  border: none;
}
.ks-map ._tab li.active {
  font-weight: bold;
  background-color: #149272;
  color: #fff;
  background-image: -webkit-linear-gradient(45deg,#33ccb0,#19a6b7,#4794d3);
  background-image: -moz-linear-gradient(45deg,#33ccb0,#19a6b7,#4794d3);
  background-image: -o-linear-gradient(45deg,#33ccb0,#19a6b7,#4794d3);
  background-image: linear-gradient(45deg,#33ccb0,#19a6b7,#4794d3);
}
.ks-map .ks_ul {
  padding: 5px 0;
  min-height: 250px;
  margin: 0 -10px;
}
.ks-map .ks_ul > li {
  float: left;
  margin: 0 0 0;
  width: 33.33333333%;
  padding: 0 10px;
}
.ks-map .ks_ul li {
  padding-top: 15px;
}
.ks-map .ks_ul li .hd {
  position: relative;
  border-bottom: 1px #f0f0f0 solid;
}
.ks-map .ks_ul li .hd h3 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  padding: 0 0 14px;
  font-weight: bold;
}
.ks-map .ks_ul li .hd h3 a {
  color: #666;
}
.ks-map .ks_ul li .hd h3 a:hover {
  color: #4b9a7b;
}
.ks-map .ks_ul li .hd h3:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4b9a7b;
}
.ks-map .ks_ul li .hd .bar {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: -4px;
  right: 0;
}
.ks-map .ks_ul li .hd .bar a {
  float: left;
  position: relative;
  display: inline-block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  background-color: #f2f2f2;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #888;
}
.ks-map .ks_ul li .hd .bar a:hover {
  color: #fff;
  background-color: #4b9a7b !important;
}
.ks-map .ks_ul li .box {
  display: block;
  padding-top: 10px;
}
.ks-map .ks_ul li .box p {
  line-height: 1.8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ks-map .ks_ul li .box p span {
  color: #999;
}
.ks-map .ks_ul li .box p.txt {
  padding-top: 0.2em;
  height: 3.4em;
  line-height: 1.6;
  color: #888;
  white-space: initial;
  font-size: 13px;
}
.ks-map .ks_ul li ._item {
  border: 1px #f2f2f2 solid;
  padding: 15px 20px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.ks-map .ks_ul li ._item:hover {
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  background-color: #f2fefb;
}
.ks-map .ks_ul li ._item:hover .hd p a {
  background-color: #33ccb0;
  color: #fff;
}
.ks-head {
  padding: 35px 0;
  background-color: #fff;
}
.ks-head .wrapper {
  position: relative;
  padding-right: 580px;
}
.ks-head ._ksbar {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  right: 0;
  width: 540px;
}
.ks-head ._ksbar .ks_slide {
  width: 100%;
  height: 340px;
  background-color: #f6f6f6;
}
.ks-head ._ksbar .lk {
  padding-top: 25px;
  margin: 0 -8px;
}
.ks-head ._ksbar .lk > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 8px;
}
.ks-head ._ksbar .lk a {
  display: block;
  text-align: center;
  padding: 25px 0;
  background-color: #f6f6f6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  line-height: 1;
}
.ks-head ._ksbar .lk a i {
  font-size: 30px;
}
.ks-head ._ksbar .lk a span {
  display: block;
  padding-top: 0.8em;
  font-size: 15px;
}
.ks-head ._ksbar .lk a:hover {
  background-color: #eaf6f7;
  color: #4b9a7b;
}
.ks-head ._info {
  min-height: 480px;
}
.ks-head ._info .tit {
  margin-bottom: 18px;
  border-left: 5px #4b9a7b solid;
  line-height: 1;
  padding-left: 15px;
}
.ks-head ._info .tit h1 {
  font-size: 28px;
  font-weight: bold;
  color: #555;
  padding-top: 2px;
}
.ks-head ._info .tit p {
  text-transform: uppercase;
  color: #aaa;
  padding-top: 0.5em;
  font-size: 14px;
}
.ks-head ._info .txt {
  line-height: 2;
  color: #666;
  margin-bottom: 15px;
}
.ks-head ._info .txt p {
  display: block;
  font-size: 15px;
  margin-bottom: 1em;
}
.ks-head ._info .txt a {
  display: block;
  background-color: #f1fafb;
  color: #149272;
  line-height: 3;
  text-align: center;
  border-radius: 4px;
}
.ks-head ._info .txt a:hover {
  background-color: #149272;
  color: #fff;
}
.ks-head ._info ._more {
  display: inline-block;
  line-height: 2.4;
  background-color: #eaf6f7;
  color: #4b9a7b;
  margin-bottom: 20px;
  padding: 0 1.4em;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.ks-head ._info ._more:hover {
  color: #fff;
  background-color: #4b9a7b;
}
.ks-head .vmap {
  border-top: 1px #f6f6f6 solid;
  padding-top: 15px;
}
.ks-head .vmap li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  line-height: 2;
  font-size: 15px;
}
.ks-head .vmap li span {
  color: #888;
}
.ks-head .vmap li span i {
  position: absolute;
  z-index: 1;
  zoom: 1;
  display: inline-block;
  line-height: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-size: 20px;
  color: #4b9a7b;
}
.ks-head .vmap li a {
  margin-right: 1em;
}
.ks-head .vmap li a i {
  color: #4b9a7b;
  padding-left: 2px;
}
.ks-head .vmap li a:hover {
  color: #4b9a7b;
}
.ks_slide {
  overflow: hidden;
}
.ks_slide .swiper-slide {
  width: 100%;
  height: 340px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.ks_slide .swiper-slide:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: -o-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
}
.ks_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  -webkit-transition: 0.6s all ease-in-out ;
  -moz-transition: 0.6s all ease-in-out ;
  -o-transition: 0.6s all ease-in-out ;
  transition: 0.6s all ease-in-out ;
}
.ks_slide .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.ks_slide .swiper-slide h3 {
  position: absolute;
  z-index: 2;
  zoom: 1;
  left: 0;
  bottom: 35px;
  padding: 0 1.2em;
  text-align: left;
  width: 100%;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.ks_slide .u-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 10;
  zoom: 1;
  left: 50%;
  bottom: 18px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ks_slide .u-pagination .bull {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.ks_slide .u-pagination .active {
  background-color: #c0ffbe !important;
}
.ks-doctor {
  padding: 35px 0;
}
.g-single {
  padding: 25px 35px;
  background-color: #fff;
  margin-bottom: 30px;
  min-height: 70vh;
}
.layer_layimage {
  max-width: 70vh;
}
.layer_layimage i.fk-close {
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.layer_layimage .layimg {
  text-align: center;
  padding: 1.6em 2em;
}
.layer_layimage .layimg img {
  min-width: 400px;
}
.layer_layimage .laytitle {
  max-width: 100%;
  border-bottom: 1px #f2f2f2 solid;
  padding: 1.2em 4em 1em 2em;
  font-size: 16px;
  background-color: #fcfcfc;
}
.ks-device {
  padding: 35px 0;
  background-color: #fff;
  border-bottom: 1px #f2f2f2 solid;
}
.jb-hd {
  padding: 40px 45px;
  background-color: #fff;
  margin-bottom: 20px;
}
.jb-hd .txt {
  float: left;
  width: 60%;
  padding-right: 40px;
  font-size: 15px;
  line-height: 2;
  color: #666;
}
.jb-hd .card {
  float: right;
  width: 40%;
  padding-left: 40px;
  border-left: 1px #f2f2f2 solid;
}
.jb-hd .card h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #666;
}
.jb-hd .card ul {
  line-height: 1.7;
  padding-top: 0.3em;
  color: #999;
  font-size: 13px;
}
.jb-hd .card ul a {
  color: #888;
}
.jb-hd .card li {
  padding-top: 0.5em;
  line-height: 1.45;
}
.jb-hd .card li span {
  color: #999;
}
.jb-list {
  margin: 0 -10px;
}
.jb-list > li {
  float: left;
  margin: 0 0 15px;
  width: 33.33333333%;
  padding: 0 10px;
}
.jb-list a {
  display: block;
  padding: 25px 35px;
  background-color: #fff;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.jb-list a h1 {
  font-size: 16px;
}
.jb-list a h1 b {
  font-weight: normal;
}
.jb-list a .many {
  padding-top: 12px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #777;
}
.jb-list a .many u {
  color: #ccc;
  padding: 0 0.5em;
}
.jb-list a .daiyu {
  padding-top: 10px;
  color: #e84d3d;
}
.jb-list a:hover {
  color: #4b9a7b;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  background-color: #f2fefb;
}
.jb-wrapper {
  padding-bottom: 15px;
  min-height: 80vh;
}
.job-article {
  padding: 35px 50px;
  background-color: #fff;
  min-height: 80vh;
  margin-bottom: 30px;
}
.job-article .job-bar {
  position: relative;
  padding-right: 300px;
  padding-bottom: 35px;
  margin-bottom: 10px;
  border-bottom: 1px #f2f2f2 solid;
}
.job-article .job-bar h1 {
  font-size: 28px;
}
.job-article .job-bar h1 b {
  padding-left: 5px;
  color: #4b9a7b;
  font-size: 26px;
}
.job-article .job-bar .many {
  padding-top: 15px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
}
.job-article .job-bar .many u {
  color: #ccc;
  padding: 0 1em;
}
.abtitle,
.jbtitle {
  padding: 20px 0;
}
.abtitle span,
.jbtitle span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.5em;
  position: relative;
}
.abtitle span:after,
.jbtitle span:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: -2px;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #4b9a7b;
}
.abtitle {
  padding: 10px 0;
}
.jobtn_box {
  position: absolute;
  z-index: 2;
  zoom: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.jobtn_box .jbbtn {
  display: block;
  line-height: 2.6em;
  font-size: 16px;
  text-align: center;
  padding: 0 4.2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: -32px;
  background-color: #149272;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.jobtn_box .jbbtn:hover {
  background-color: #4b9a7b;
}
.jobtn_box i {
  color: #4b9a7b;
}
.jobtn_box .wxcode {
  float: left;
  position: relative;
}
.jobtn_box .wxcode:hover {
  color: #4b9a7b;
}
.jobtn_box .jbshare {
  float: right;
}
.jobtn_box .jbshare:hover {
  color: #4b9a7b;
}
.lay_jobsBox .lay_jbclose {
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 100%;
  right: 10px;
}
.lay_jobsBox .layui-layer-title {
  padding: 1.2em 40px;
  height: auto;
  line-height: 1;
  font-size: 16px;
  background-color: #149272;
  color: #fff;
}
.lay_jobsBox .Msg_jobs {
  width: 900px;
  padding: 15px 40px;
}
.lay_jobsBox .ur_formjobs {
  margin: 0 -1%;
}
.lay_jobsBox .ur-inline {
  float: left;
  width: 23%;
  margin: 0 1%;
  padding-bottom: 0.2em;
}
.lay_jobsBox .ur-text {
  width: 98%;
}
.lay_jobsBox .ur-textarea {
  height: 80px;
}
.lay_jobsBox .ur-form-label span {
  color: #f00;
  font-weight: bold;
  font-size: 16px;
  padding-right: 3px;
}
.lay_jobsBox .lay_button {
  padding: 0.8em 0 0.5em;
  text-align: center;
}
.lay_jobsBox .lay_button a {
  display: inline-block;
  line-height: 2.4;
  padding: 0 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px #149272 solid;
}
.lay_jobsBox .lay_button a.a_submit {
  background-color: #149272;
  color: #fff;
}
.list-container,
.ab-container {
  background-color: #fff;
  margin-bottom: 30px;
  min-height: 60vh;
}
.list-container {
  padding: 35px 45px;
}
.w-listTxt li {
  line-height: 40px;
  font-size: 16px;
  padding-left: 1em;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.w-listTxt li:after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 18px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #666;
}
.w-listTxt li:nth-child(5n) {
  padding-bottom: 1.2em;
  border-bottom: 1px #f0f0f0 dashed;
  margin-bottom: 1.2em;
}
.w-listTxt li:last-child {
  padding-bottom: 1.2em;
  border: none;
  margin: 0;
}
.w-listTxt li a:hover {
  color: #e84d3d;
}
.ab-container {
  padding: 35px 55px;
}
.ab-container .g-html p {
  padding: 0.5em 0;
  text-indent: 2em;
}
.ab-container .ab_data ul {
  padding: 1em 0;
  margin: 0 -2px;
}
.ab-container .ab_data ul > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 2px;
}
.ab-container .ab_data ul ._alt {
  background-color: #f2fefb;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
}
.ab-container .ab_data ul b {
  font-size: 32px;
  color: #149272;
  font-weight: 400;
}
.ab-container .ab_data ul p {
  line-height: 2;
  font-size: 14px;
}
.ab-container .ab_hd .g-html {
  float: right;
  width: 47%;
}
.ab-container .ab_hd ._imgbox {
  float: left;
  width: 50%;
  margin-top: 0.5em;
}
.ab-container .ab_hd ._imgbox span {
  display: none;
}
.ab-container .ab_district ul {
  padding: 1em 0;
  margin: 0 -2px;
}
.ab-container .ab_district ul > li {
  float: left;
  margin: 0 0 5px;
  width: 25%;
  padding: 0 2px;
}
.ab-container .ab_district ul a {
  display: block;
  line-height: 3;
  background-color: #f6f6f6;
  text-align: center;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  font-size: 16px;
}
.ab-container .ab_district ul a:hover {
  color: #fff;
  background-color: #149272;
}
.ab-container .ab_zlhz {
  padding: 1em 0;
}
.ab-container .ab_zlhz ul {
  border-left: 1px #fff solid;
  border-top: 1px #fff solid;
  margin: 0 0;
}
.ab-container .ab_zlhz ul > li {
  float: left;
  margin: 0 0 0;
  width: 20%;
}
.ab-container .ab_zlhz ul span {
  display: block;
  text-align: center;
  border-bottom: 1px #fff solid;
  border-right: 1px #fff solid;
}
.ab-container .ab_zlhz ul img {
  max-width: 100%;
  max-height: 150px;
}
.ab-container .ab_wh ul {
  padding: 1em 0;
  margin: 0 -15px;
}
.ab-container .ab_wh ul > li {
  float: left;
  margin: 0 0 0;
  width: 33.33333333%;
  padding: 0 15px;
}
.ab-container .ab_wh ul h3 {
  line-height: 1.8;
  padding: 0 0.8em;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: bold;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
  background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
  background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
  background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
}
.ab-container .ab_wh ul h1 {
  padding: 0.8em 0 0.6em;
  font-size: 20px;
  font-weight: bold;
}
.ab-container .ab_wh ul p {
  line-height: 1.6;
  color: #888;
  font-size: 15px;
  position: relative;
}
.ab-container .ab_wh ul.on {
  padding: 2em 0 3em;
}
.ab-container .ab_wh ul.on p {
  padding-bottom: 1em;
}
.ab-container .ab_wh ul.on p:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: -2px;
  left: 0;
  width: 3em;
  height: 3px;
  background-color: #4b9a7b;
}
.ab-container .ab_logo {
  position: relative;
  padding: 10px 300px 30px 0;
}
.ab-container .ab_logo ._img {
  position: absolute;
  z-index: 1;
  zoom: 1;
  width: 240px;
  top: 32px;
  right: 0;
  background-color: #fafafa;
  border: 1px #f2f2f2 solid;
  padding: 15px 20px;
  text-align: center;
}
.ab-container .ab_logo ._img img {
  height: 100px;
}
.ab-lctitle {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 0.3em;
}
.ab-lctxt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 10px;
}
.ab-lctabs {
  position: relative;
  padding: 40px 0 20px 24px;
  background: url(../images/app-img3.png) 5px 0 repeat-y;
}
.ab-lctabs:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  height: 50px;
  width: 60px;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,0),#fff);
  background-image: -moz-linear-gradient(180deg,rgba(255,255,255,0),#fff);
  background-image: -o-linear-gradient(180deg,rgba(255,255,255,0),#fff);
  background-image: linear-gradient(180deg,rgba(255,255,255,0),#fff);
}
.ab-lctabs > i {
  display: inline-block;
  width: 20px;
  text-align: center;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: -2px;
  top: -4px;
  font-size: 12px;
  color: #149272;
}
.ab-lctabs .ab-lcul > li {
  position: relative;
  padding-bottom: 20px;
}
.ab-lctabs .ab-lcul > li .lcyear {
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #149272;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  padding-bottom: 5px;
}
.ab-lctabs .ab-lcul > li:after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 2;
  zoom: 1;
  top: 12px;
  left: -16px;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 3px #149272 solid;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.ab-lctabs .ab-lcul ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  padding: 6px 0 6px 6.5em;
  cursor: pointer;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.ab-lctabs .ab-lcul ul li > b {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 6px;
  padding-right: 0.5em;
  font-size: 15px;
  color: #999;
  font-weight: normal;
}
.ab-lctabs .ab-lcul ul li p {
  display: none;
  position: relative;
  background-color: #f6f6f6;
  color: #888;
  padding: 12px 20px 15px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 8px 0 0 -20px;
}
.ab-lctabs .ab-lcul ul li p:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  left: 22px;
  width: 14px;
  height: 14px;
  background-color: #f6f6f6;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -7px 0 0 -8px;
}
.ab-lctabs .ab-lcul ul li:hover {
  color: #e84d3d;
}
.ab_hrlist ul {
  padding-top: 5px;
  margin: 0 -12px;
}
.ab_hrlist ul > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 12px;
}
.ab_hrlist ul a {
  display: block;
  padding: 10px 0;
}
.ab_hrlist ul ._imgbox {
  height: 160px;
  margin-bottom: 5px;
}
.ab_hrlist ul h3 {
  height: 50px;
  line-height: 25px;
  font-size: 16px;
}
.ab_dvlist ul {
  padding-top: 5px;
  margin: 0 -12px;
}
.ab_dvlist ul > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 12px;
}
.ab_dvlist ul a {
  display: block;
  padding: 10px 0;
}
.ab_dvlist ul a:hover {
  color: #4b9a7b;
}
.ab_dvlist ul a:hover ._item {
  border-color: #4b9a7b;
}
.ab_dvlist ul ._item {
  position: relative;
  overflow: hidden;
  border: 1px #f2f2f2 solid;
  margin-bottom: 10px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.ab_dvlist ul ._item > img {
  width: 100%;
}
.ab_dvlist ul ._item ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ab_dvlist ul ._item ._imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}
.ab_dvlist ul h3 {
  height: 50px;
  line-height: 25px;
  font-size: 16px;
}
.tv-wrapper {
  padding-bottom: 1.5em;
}
.w-listTv {
  margin: 0 -15px;
}
.w-listTv > li {
  float: left;
  margin: 0 0 25px;
  width: 25%;
  padding: 0 15px;
}
.w-listTv a {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.w-listTv a ._imgbox {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.w-listTv a ._imgbox span {
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 1em;
  bottom: 0.6em;
  color: #fff;
}
.w-listTv a ._imgbox i {
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 50%;
  top: 50%;
  margin: -1.5em 0 0 -1.5em;
  width: 3em;
  height: 3em;
  background: url(../images/play-icon.png) center no-repeat;
  background-size: contain;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.w-listTv a h1 {
  padding: 1em 1.1em 1.1em;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  font-size: 15px;
}
.w-listTv a:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.w-listTv a:hover ._imgbox i {
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.fr_wenjuan h1 {
  font-size: 24px;
  color: #666;
  text-align: center;
  line-height: 1;
  padding: 1em 0;
  font-weight: bold;
}
.fr_wenjuan .fr_info {
  background: #F8F8F8;
  border: 1px dashed #ddd;
  padding: 1em 1.2em;
  margin-bottom: 1em;
  line-height: 2;
}
.fr_wenjuan h3 {
  padding: 0.5em 0;
  font-size: 15px;
  color: #484848;
}
.fr_wenjuan .checkbox-custom {
  padding: 0.5em 0 1em;
}
.fr_wenjuan .checkbox-custom label {
  float: left;
  margin-right: 2em;
}
.fr_wenjuan .checkbox-custom + .ur-inline {
  padding: 8px 20px 14px;
  background-color: #fafafa;
  border: 1px #f6f6f6 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fr_wenjuan .ur-form-input {
  padding: 0.5em 0;
}
.fr_wenjuan .fr_button {
  padding: 1em 0;
  text-align: center;
}
.fr_wenjuan .fr_button a {
  display: inline-block;
  line-height: 36px;
  padding: 0 1.5em;
  font-size: 15px;
  color: #fff;
  background-color: #149272;
  margin: 0 0.5em;
  border-radius: 4px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
}
.fr_wenjuan .fr_button a.esc {
  background-color: #f6f6f6;
  color: #333;
}
.fr_wenjuan .ur-textarea {
  -webkit-appearance: none;
  outline: 0;
}
.fr_wenjuan .upfile {
  position: relative;
  padding: 0.5em 0;
}
.fr_wenjuan .upfile .ur-input {
  text-align: center;
  background-color: #f9f9f9;
  height: 54px;
  line-height: 54px;
}
.fr_wenjuan .upfile .ur-input i {
  color: #149272;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  margin-right: 0.4em;
}
.fr_wenjuan .upfile input {
  position: absolute;
  z-index: 3;
  zoom: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  cursor: pointer;
}
.fr_wenjuan .upfile div.ur-input {
  position: absolute;
  z-index: 2;
  zoom: 1;
  left: 0;
  top: 0.5em;
  bottom: 0.5em;
  width: 100%;
  padding-left: 70px;
  background-color: #fbfbfb;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fr_wenjuan .upfile div.ur-input ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 5px;
  top: 0;
  bottom: 5px;
  width: 50px;
}
.fr_wenjuan .upfile div.ur-input a {
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 2em;
  top: 0;
  line-height: 54px;
  color: #149272;
}
.fr_wenjuan .upfile:hover .ur-input {
  background-color: #f6f6f6;
}
.fr_wenjuan .fr_error {
  background-color: #fffafa !important;
  border: 1px #f2bbb5 solid !important;
  padding: 0.5em 1em;
}
.bh-br {
  position: relative;
  padding-bottom: 50px;
}
.bh-br:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #e2f6f5;
}
.bh-br .wrapper {
  position: relative;
  z-index: 2;
}
.bh-head {
  font-size: 26px;
  padding-right: 12em;
  position: relative;
}
.bh-head ._tainer .swiper-wrapper {
  width: 100%;
  position: relative;
}
.bh-head ._tainer .u-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 20;
  zoom: 1;
  left: 50%;
  bottom: 1.4rem;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.bh-head ._tainer .u-pagination .bull {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.bh-head ._tainer .u-pagination .active {
  background-color: #149272 !important;
}
.bh-head ._t {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 50%;
  bottom: 0;
  right: 0;
  min-width: 12em;
  background-image: -webkit-linear-gradient(0deg,#fff,rgba(255,255,255,0));
  background-image: -moz-linear-gradient(0deg,#fff,rgba(255,255,255,0));
  background-image: -o-linear-gradient(0deg,#fff,rgba(255,255,255,0));
  background-image: linear-gradient(0deg,#fff,rgba(255,255,255,0));
  vertical-align: middle;
}
.bh-head ._c {
  text-align: center;
  position: relative;
  top: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bh-head ._c h1 {
  font-size: 28px;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  color: rgba(20, 146, 114, 0.36);
}
.bh-head ._c h3 {
  color: rgba(20, 146, 114, 0.96);
}
.bh-info {
  margin-bottom: 40px;
}
.bh-info .g-html {
  text-align: justify;
}
.bh-info ._tit {
  padding-top: 30px;
  text-align: center;
  position: relative;
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.bh-info ._tit h3 {
  font-size: 30px;
}
.bh-info ._tit h1 {
  font-weight: bold;
  font-size: 30px;
}
.bh-info ._tit i {
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: -24px;
  top: 70%;
  font-size: 200px;
  color: rgba(0, 0, 0, 0.04);
  font-weight: bold;
  font-family: Arial,Microsoft Yahei;
  line-height: 80px;
}
.bh-info ._mp {
  text-align: right;
  margin-bottom: 50px;
  display: none;
}
.bh-info ._mp a {
  display: inline-block;
  line-height: 40px;
  border: 1px #149272 solid;
  color: #149272;
  padding: 0 1.2em;
  font-size: 15px;
  margin-left: 6px;
}
.bh-info ._mp a:nth-child(2) {
  background-color: #149272;
  color: #fff;
}
.bh-info ._ks {
  display: none !important;
}
.bh-keshi {
  max-width: initial !important;
  padding: 1.5em 0 0;
  margin: 0 -4px;
}
.bh-keshi > li {
  float: left;
  margin: 0 0 8px;
  width: 20%;
  padding: 0 4px;
}
.bh-keshi a {
  display: block;
  line-height: 3;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  font-size: 16px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
}
.bh-keshi a:hover {
  color: #fff;
  background-color: #149272;
  background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
}
.bh-keshi[data-id='4426'] {
  margin: 0 -4px;
}
.bh-keshi[data-id='4426'] > li {
  float: left;
  margin: 0 0 8px;
  width: 25%;
  padding: 0 4px;
}
.bh-keshi[data-id='4425'] {
  margin: 0 -4px;
}
.bh-keshi[data-id='4425'] > li {
  float: left;
  margin: 0 0 8px;
  width: 33.33333333%;
  padding: 0 4px;
}
.bh-fylk {
  padding: 50px 0;
}
.bh-fylk ul {
  margin: 0 -5px;
}
.bh-fylk ul li {
  float: left;
  width: 50%;
  padding: 5px;
  overflow: hidden;
}
.bh-fylk ul li img {
  width: 100%;
}
.bh-numitem {
  display: none;
  color: #fff;
  margin: 0 -1px;
}
.bh-numitem > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 1px;
}
.bh-numitem ._alt {
  background-color: #33ccb0;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
}
.bh-numitem ._alt:hover {
  background-color: #149272;
}
.bh-numitem ._alt span {
  font-size: 30px;
}
.bh-numitem b,
.bh-numitem strong {
  font-size: 42px;
  color: #fff;
  font-weight: 400;
}
.bh-numitem p {
  line-height: 2;
  font-size: 16px;
}
.list_4426 .bh-numitem {
  display: block;
}
/*2021*/
.d-left,
.d-right {
  display: inline-block;
  color: rgba(45, 59, 73, 0.3);
  font-size: 80px;
  position: absolute;
  z-index: 20;
  zoom: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-left:hover,
.d-right:hover {
  color: rgba(45, 59, 73, 0.8);
}
.d-footer {
  min-height: 100px;
  text-align: center;
  background-color: #fff;
  color: #999;
}
.d-footer ._lk {
  border-bottom: 1px #e6e6e6 solid;
  padding: 50px 0;
}
.d-footer ._lk .wrapper {
  max-width: 1680px;
}
.d-footer ._lk .wrapper ul {
  padding: 0 2%;
}
.d-footer ._lk .wrapper li {
  float: left;
  width: 12.5%;
  padding: 0 2%;
  text-align: center;
  font-size: 16px;
}
.d-footer ._lk .wrapper li a {
  color: #0d8466;
}
.d-footer ._lk .wrapper li em {
  display: block;
  position: relative;
  max-width: 90px;
  margin: 0 auto;
  background: url(../images/2021/frbg1.png) center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-footer ._lk .wrapper li em i {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 48px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.d-footer ._lk .wrapper li img {
  width: 100%;
}
.d-footer ._lk .wrapper li span {
  display: block;
  padding-top: 0.8em;
}
.d-footer ._lk .wrapper li:hover em {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.d-footer ._xx {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px #e6e6e6 solid;
}
.d-footer ._xx ._if {
  float: left;
  width: 30%;
  line-height: 2;
  font-size: 14px;
  text-align: left;
}
.d-footer ._xx ._wm {
  float: right;
}
.d-footer ._xx ._wm li {
  float: left;
  padding-left: 2rem;
}
.d-footer ._xx ._wm img {
  width: 90px;
}
.d-footer ._xx em {
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  width: 30%;
  left: 50%;
  top: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../images/logo.svg) center no-repeat;
}
.d-footer ._copy {
  padding: 30px 0;
}
.d-footer ._copy span {
  padding: 0 0.5rem;
}
.d-footer ._gm {
  padding-bottom: 50px;
}
.d-footer ._gm a {
  padding: 0 0.5rem;
}
body._2021 {
  background-color: #fff;
}
body._2021 .g-menu {
  border-top: 1px #f0f0f0 solid;
  background-image: none !important;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}
body._2021 .g-menu .first > li > a {
  color: #444;
}
body._2021 .g-menu .first > li > a:before {
  top: -1px;
  background-color: #149272;
}
body._2021 .g-menu .first > li:hover > a {
  color: #149272;
}
body._2021 .g-menu .second-wrap {
  border-top: 2px #4b9a7b solid;
}
body._2021 .d-footer {
  background-color: #f6f6f6;
}
.d-banner {
  width: 100%;
  position: relative;
  z-index: 0 !important;
  background-color: #fff;
}
.d-banner .swiper-slide {
  position: relative;
  display: block;
  height: 650px;
  text-align: center;
}
.d-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.d-banner .swiper-slide .m {
  display: none;
}
.d-banner .swiper-slide:hover {
  -webkit-filter: brightness(1.02);
  -moz-filter: brightness(1.02);
  -o-filter: brightness(1.02);
  filter: brightness(1.02);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-banner .u-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 20;
  zoom: 1;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.d-banner .u-pagination .bull {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.d-banner .u-pagination .active {
  background-color: #149272 !important;
}
.d-banner .d-left {
  left: 20px;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.d-banner .d-right {
  right: 20px;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.d-banner:hover .d-left,
.d-banner:hover .d-right {
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.d-mser {
  position: relative;
  background-color: #fff;
}
.d-mser:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 50%;
  left: 0;
  background-color: #f0f0f0;
}
.d-mser .wrapper {
  position: relative;
  z-index: 2;
  padding: 25px 0 30px;
}
.d-mser .wrapper .d-left,
.d-mser .wrapper .d-right {
  font-size: 40px;
  font-weight: bold;
}
.d-mser .wrapper .d-left {
  left: -50px;
}
.d-mser .wrapper .d-right {
  right: -50px;
}
.d-mser .swiper-container {
  position: relative;
}
.d-mser .swiper-slide {
  float: left;
  width: 20%;
  padding: 40px 30px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.d-mser .swiper-slide:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  z-index: -1;
  zoom: 1;
  top: 50%;
  left: 0;
  margin-top: -7px;
  background-color: #e8e8e8;
}
.d-mser .swiper-slide em {
  font-size: 50px;
  line-height: 50px;
  color: #149272;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-mser .swiper-slide span {
  display: block;
  padding-top: 10px;
  line-height: 20px;
  font-size: 22px;
}
.d-mser .swiper-slide h3 {
  padding: 10px 0 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.d-mser .swiper-slide h5 {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  font-family: 'Georgia';
}
.d-mser .swiper-slide p,
.d-mser .swiper-slide i {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 36px;
  color: #149272;
}
.d-mser .swiper-slide i {
  display: none;
  font-size: 20px;
}
.d-mser .swiper-slide:hover {
  color: #fff;
  background-color: #149272;
  background: url(../images/2021/bg1.png) center bottom #149272 no-repeat;
  background-size: contain;
}
.d-mser .swiper-slide:hover * {
  color: #fff;
}
.d-mser .swiper-slide:hover em {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.d-mser .swiper-slide:hover p {
  display: none;
}
.d-mser .swiper-slide:hover i {
  display: block;
}
.d-titab {
  text-align: center;
}
.d-titab ul {
  display: inline-block;
}
.d-titab ul li {
  float: left;
  font-size: 24px;
  margin: 0 0.2rem;
  padding-left: 10px;
}
.d-titab ul li a {
  display: inline-block;
  padding-right: 10px;
}
.d-titab ul li a:hover {
  color: #149272;
}
.d-titab ul li span {
  display: inline-block;
  line-height: 46px;
  padding: 0 0.6em;
}
.d-titab ul li.active {
  background: url(../images/2021/t1.png) 0 0 no-repeat;
}
.d-titab ul li.active a {
  background: url(../images/2021/t1.png) right -92px no-repeat;
}
.d-titab ul li.active span {
  background: url(../images/2021/t1.png) 0 -46px repeat-x;
  color: #149272;
  font-weight: bold;
}
.d-tit1 {
  position: relative;
  text-align: center;
}
.d-tit1 > * {
  position: relative;
  z-index: 2;
}
.d-tit1 h5 {
  color: #666;
  font-size: 30px;
}
.d-tit1 h1 {
  font-size: 30px;
  line-height: 50px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #149272;
}
.d-tit1 span {
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 60px;
  font-family: 'Georgia';
  line-height: 1;
  text-transform: uppercase;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  -o-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
}
.d-tit1._white * {
  color: #fff;
}
.d-new {
  padding: 0 0 50px;
}
.d-new ._box {
  position: relative;
  min-height: 290px;
}
.d-new .d-titab {
  padding-bottom: 35px;
}
.d-new ._ul {
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 0;
  top: 0;
  bottom: 0;
  left: 49%;
  padding-left: 20px;
}
.swiper-new {
  position: relative;
  width: 49%;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 6px rgba(51, 51, 51, 0.06);
  -moz-box-shadow: 0 0 24px 6px rgba(51, 51, 51, 0.06);
  -o-box-shadow: 0 0 24px 6px rgba(51, 51, 51, 0.06);
  box-shadow: 0 0 24px 6px rgba(51, 51, 51, 0.06);
}
.swiper-new .swiper-slide {
  width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.swiper-new .swiper-slide ._imgbox {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.swiper-new .swiper-slide ._imgbox:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: -o-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.82));
}
.swiper-new .swiper-slide ._txt {
  padding: 1rem 2rem 3rem;
  text-align: left;
  color: #555;
}
.swiper-new .swiper-slide h3 {
  line-height: 30px;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 5px;
}
.swiper-new .swiper-slide p {
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
}
.swiper-new .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.swiper-new .swiper-slide:hover h3 {
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.swiper-new .u-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 10;
  zoom: 1;
  left: 50%;
  bottom: 1.5rem;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.swiper-new .u-pagination .bull {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin: 0 2px;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.swiper-new .u-pagination .active {
  background-color: #149272 !important;
}
.d-li1 li {
  position: relative;
  padding: 20px 25px 20px 100px;
  background-color: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.06);
  -moz-box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.06);
  -o-box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.06);
  box-shadow: 0 0 12px 2px rgba(51, 51, 51, 0.06);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-li1 li ._imgbox {
  display: none;
}
.d-li1 li ._dt {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 50%;
  left: 0;
  width: 100px;
  text-align: center;
  color: #666;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.d-li1 li ._dt b {
  display: block;
  font-size: 24px;
  padding-bottom: 6px;
}
.d-li1 li ._txt {
  padding-left: 25px;
  border-left: 1px rgba(0, 0, 0, 0.06) solid;
}
.d-li1 li ._txt h3 {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 6px;
}
.d-li1 li ._txt p {
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
}
.d-li1 li:hover {
  background-color: #149272;
  color: #fff;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.d-li1 li:hover * {
  color: #fff;
}
.d-li2 {
  margin: 0 -1.5%;
}
.d-li2 > li {
  float: left;
  margin: 0 1.5% 35px;
  width: 30.33333333%;
}
.d-li2 a {
  display: block;
  height: 72px;
  position: relative;
  padding-left: 90px;
  background: url(../images/2021/bg5.png) 0 0 no-repeat;
}
.d-li2 a:hover {
  color: #149272;
  background: url(../images/2021/bg5.png) 0 -72px no-repeat;
}
.d-li2 ._dt {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 50%;
  left: 0;
  width: 72px;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
}
.d-li2 ._dt b {
  display: block;
  font-size: 16px;
  padding-bottom: 3px;
  font-weight: normal;
}
.d-li2 ._txt {
  height: 72px;
  padding: 11px 0;
  line-height: 25px;
  font-size: 16px;
}
.d-tm {
  position: relative;
  padding: 40px 0;
  background-color: #149272;
  background: url(../images/2021/xbg2.jpg) center #149272 no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
}
.d-tm:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 0;
  background-color: rgba(20, 146, 114, 0.9);
}
.d-tm > * {
  position: relative;
  z-index: 3;
}
.d-tm .d-tit1 {
  margin-bottom: 35px;
}
.d-tm .g-doctor ._item ._imgbox {
  background-color: #f2f2f2;
}
.d-tm .g-doctor ._item h1 a {
  font-weight: bold;
}
.d-li3 {
  margin: 0 -3%;
}
.d-li3 > li {
  float: left;
  margin: 0 3% 15px;
  width: 44%;
}
.d-li3 a {
  display: block;
  font-size: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.d-li3 a:hover {
  color: #d4a719;
}
.d-li3 p {
  display: block;
  padding: 8px 0;
  color: #999;
  font-size: 15px;
}
.d-ks {
  padding: 60px 0;
  background-color: #fff;
}
.d-ks .wrapper {
  padding-left: 460px;
  position: relative;
}
.d-ks ._tit {
  height: 100px;
  padding: 25px 0;
  line-height: 50px;
  color: #555;
}
.d-ks ._tit b {
  position: relative;
  display: inline-block;
  font-size: 30px;
}
.d-ks ._tit b:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 20px;
  background-color: rgba(20, 146, 114, 0.1);
}
.d-ks ._yq {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  width: 430px;
  height: 620px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
.d-ks ._yq ._tit {
  padding-left: 40px;
}
.d-ks ._yq li {
  position: relative;
}
.d-ks ._yq li a {
  position: relative;
  z-index: 2;
  display: block;
  height: 125px;
  padding: 25px 40px 25px 110px;
  color: #666;
  background-color: #fff;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-ks ._yq li i {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 65px;
  top: 50%;
  line-height: 50px;
  margin-top: -25px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 44px;
  color: #149272;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-ks ._yq li h5 {
  font-size: 24px;
}
.d-ks ._yq li h3 {
  font-size: 24px;
  padding-top: 5px;
  font-weight: bold;
}
.d-ks ._yq li ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-ks ._yq li:hover a {
  background-color: rgba(20, 146, 114, 0.9);
  color: #fff;
  padding-left: 120px;
}
.d-ks ._yq li:hover ._imgbox {
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.d-ks ._yq li:hover i {
  color: #fff;
  -khtml-opacity: 0.15;
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  -o-opacity: 0.15;
  opacity: 0.15;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  filter: alpha(opacity=15);
  font-size: 80px;
}
.d-ks ._keshi {
  position: relative;
  padding-left: 40px;
}
.d-ks ._keshi ._tit {
  color: #fff;
  position: relative;
}
.d-ks ._keshi ._tit a {
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 30px;
  top: 50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 10px;
  color: #fff;
  background: url(../images/2021/bg4.png) 0 0 no-repeat;
}
.d-ks ._keshi ._tit a span {
  display: block;
  padding-right: 10px;
  background: url(../images/2021/bg4.png) right -72px no-repeat;
}
.d-ks ._keshi ._tit a i {
  display: block;
  line-height: 36px;
  padding: 0 0.8em;
  font-style: normal;
  font-size: 18px;
  background: url(../images/2021/bg4.png) 0 -36px repeat-x;
}
.d-ks ._keshi ._tit a:hover {
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.d-ks ._keshi ._tit b:after {
  display: none;
}
.d-ks ._keshi > * {
  position: relative;
  z-index: 2;
}
.d-ks ._keshi ._imgbox {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 180px;
  background-color: #149272;
}
.d-ks ._keshi ._imgbox:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 0;
  background-color: rgba(20, 146, 114, 0.92);
}
.d-ks ._keshi ._bt {
  background-color: #fff;
  height: 520px;
  padding: 20px 30px;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  overflow-y: auto;
}
.d-ks ._keshi ._bt::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.d-ks ._keshi ._bt::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background: rgba(47, 64, 80, 0.46);
  border: none;
}
.d-ks ._keshi ._bt::-webkit-scrollbar-track {
  background: #f6f6f6;
  border: none;
}
.d-ks ._keshi ._bt::-webkit-scrollbar-button {
  display: none;
}
.d-ks ._keshi ._bt::-webkit-scrollbar-corner {
  background: #f6f6f6;
}
.d-ks ._keshi ._bt h2 {
  font-size: 22px;
  color: #555;
  padding-bottom: 0.5rem;
}
.d-ks ._keshi ._bt ul {
  padding-bottom: 1.5rem;
  margin: 0 -14px;
}
.d-ks ._keshi ._bt ul > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 14px;
}
.d-ks ._keshi ._bt ul li {
  padding-top: 10px;
}
.d-ks ._keshi ._bt ul a {
  position: relative;
  display: block;
  line-height: 2.2;
  background-color: #fafafa;
  padding: 0 1em 0 1.3em;
  border-left: 3px #9ef3e7 solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-image: -webkit-linear-gradient(45deg,#fafafa,#fff);
  background-image: -moz-linear-gradient(45deg,#fafafa,#fff);
  background-image: -o-linear-gradient(45deg,#fafafa,#fff);
  background-image: linear-gradient(45deg,#fafafa,#fff);
}
.d-ks ._keshi ._bt ul a span {
  position: relative;
  z-index: 2;
}
.d-ks ._keshi ._bt ul a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 0;
  top: 0;
  background-color: rgba(158, 243, 231, 0.06);
  background-image: -webkit-linear-gradient(45deg,rgba(158,243,230,0.4),#fff);
  background-image: -moz-linear-gradient(45deg,rgba(158,243,230,0.4),#fff);
  background-image: -o-linear-gradient(45deg,rgba(158,243,230,0.4),#fff);
  background-image: linear-gradient(45deg,rgba(158,243,230,0.4),#fff);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-ks ._keshi ._bt ul a:hover {
  border-color: #6acec0;
  color: #149272;
}
.d-ks ._keshi ._bt ul a:hover:after {
  width: 100%;
}
.d-ltxw {
  padding: 70px 0 40px;
  background-color: #f3f7f5;
}
.d-ltxw .d-titab {
  padding-bottom: 40px;
}
.d-ltxw .jb-list a {
  padding: 15px 30px;
}
.d-ltxw .jb-list a h1 b {
  font-weight: bold;
  font-size: 18px;
  color: #666;
}
.d-ltxw .jb-list a .many {
  font-size: 13px;
}
.d-about {
  padding: 40px 0 60px;
  background-color: #fff;
}
.d-about .wrapper {
  max-width: 1300px;
}
.d-about .d-tit1 {
  margin-bottom: 20px;
}
.d-about .d-tit1 h5 {
  font-size: 30px;
}
.d-about .d-tit1 h1 {
  font-size: 36px;
  line-height: 60px;
  padding-bottom: 20px;
}
.d-about .d-tit1 h1 font {
  font-weight: normal;
  color: #555;
}
.d-about .d-tit1 span {
  font-size: 100px;
  -khtml-opacity: 0.04;
  -webkit-opacity: 0.04;
  -moz-opacity: 0.04;
  -o-opacity: 0.04;
  opacity: 0.04;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
  filter: alpha(opacity=4);
}
.d-about .swiper-abt {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
}
.d-about .swiper-abt .swiper-slide {
  height: 100%;
}
.d-about .swiper-abt .swiper-slide:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 0;
  top: 0;
  left: 0;
  width: 30%;
}
.d-about .swiper-abt .u-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 10;
  zoom: 1;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.d-about .swiper-abt .u-pagination .bull {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin: 0 2px;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.d-about .swiper-abt .u-pagination .active {
  background-color: #149272 !important;
}
.d-about ._abt {
  position: relative;
  padding: 30px 40% 15px 0;
}
.d-about ._abt ._bx {
  width: 100%;
  position: relative;
  z-index: 2;
}
.d-about ._abt ._bx ul {
  margin: 0 -10px;
}
.d-about ._abt ._bx ul > li {
  float: left;
  margin: 0 0 15px;
  width: 33.33333333%;
  padding: 0 10px;
}
.d-about ._abt ._bx ._item {
  position: relative;
  width: 100%;
  height: 160px;
  padding: 40px 30px 25px;
  color: #555;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 6px rgba(51, 51, 51, 0.06);
  -moz-box-shadow: 0 0 24px 6px rgba(51, 51, 51, 0.06);
  -o-box-shadow: 0 0 24px 6px rgba(51, 51, 51, 0.06);
  box-shadow: 0 0 24px 6px rgba(51, 51, 51, 0.06);
  line-height: 1;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  cursor: pointer;
}
.d-about ._abt ._bx ._item > * {
  position: relative;
  z-index: 2;
}
.d-about ._abt ._bx ._item h3 {
  font-size: 36px;
  padding-bottom: 5px;
}
.d-about ._abt ._bx ._item h3 span {
  font-size: 18px;
}
.d-about ._abt ._bx ._item h5 {
  padding-bottom: 10px;
  font-size: 22px;
}
.d-about ._abt ._bx ._item h2 {
  font-size: 15px;
}
.d-about ._abt ._bx ._item i {
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: #149272;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-about ._abt ._bx ._item em {
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 30px;
  right: 20px;
  width: 20%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.4);
}
.d-about ._abt ._bx ._item em:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 0;
  bottom: 0;
  top: 0;
  width: 40%;
  background-color: rgba(255, 216, 0, 0.8);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-about ._abt ._bx ._item:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.d-about ._abt ._bx ._item:hover i {
  top: 50%;
  right: 50%;
  text-align: center;
  font-size: 120px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -khtml-opacity: 0.06;
  -webkit-opacity: 0.06;
  -moz-opacity: 0.06;
  -o-opacity: 0.06;
  opacity: 0.06;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6);
  filter: alpha(opacity=6);
}
.d-about ._abt ._bx ._item:hover em:after {
  width: 100%;
}
.d-about ._abt ._bx ._inr,
.d-about ._abt ._bx ._nur {
  width: 66.66%;
}
.d-about ._abt ._bx ._inr i,
.d-about ._abt ._bx ._nur i {
  color: #fff;
}
.d-about ._abt ._bx ._inr ._item {
  background-color: #149272;
  color: #fff;
  padding: 30px;
}
.d-about ._abt ._bx ._inr ._item img {
  height: 90px;
}
.d-about ._abt ._bx ._nur ._item {
  background-color: #d3ae3f;
  color: #fff;
}
.d-link {
  padding: 50px 0;
  border-top: 1px #f2f2f2 solid;
}
.d-link ul {
  padding: 20px 0;
  margin: 0 -20px;
}
.d-link ul li {
  float: left;
  margin: 0 20px;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.d-link ul li a:hover {
  color: #149272;
}
._2021_index {
  height: 100vh;
  background: url(../images/2021/xbg2.jpg) center no-repeat !important;
}
._2021_index .g-head,
._2021_index .g-menu {
  display: none;
}
.d-21tb {
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(20, 146, 114, 0.01);
}
.d-21tb ._td {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 8% 8% 12%;
}
.d-21tb ._logo img {
  max-height: 80px;
}
.d-21tb ._nv {
  padding: 40px 0 60px;
}
.d-21tb ._nv li {
  float: left;
  margin-right: 2rem;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-21tb ._nv li a {
  position: relative;
  display: block;
  width: 220px;
  height: 220px;
  color: #555;
  overflow: hidden;
  background-color: #fff;
}
.d-21tb ._nv li a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  bottom: 2rem;
  left: 1.5rem;
  width: 40%;
  height: 4px;
  background-color: rgba(20, 146, 114, 0.06);
}
.d-21tb ._nv li a > i,
.d-21tb ._nv li a:before {
  top: 1.5rem;
  left: 1.5rem;
  width: 60px;
  font-size: 32px;
  color: #149272;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-21tb ._nv li a > i {
  position: absolute;
  z-index: 4;
  zoom: 1;
  line-height: 60px;
}
.d-21tb ._nv li a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  zoom: 1;
  height: 60px;
  background-color: rgba(20, 146, 114, 0.06);
}
.d-21tb ._nv li ._i {
  display: none;
}
.d-21tb ._nv li ._txt {
  position: absolute;
  z-index: 4;
  zoom: 1;
  top: 100px;
  left: 1.5rem;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-21tb ._nv li ._txt h3 {
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.d-21tb ._nv li ._txt h5 {
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  font-size: 18px;
  padding-bottom: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.d-21tb ._nv li:nth-child(4) a {
  -webkit-border-radius: 0 2rem 2rem 0;
  -moz-border-radius: 0 2rem 2rem 0;
  -o-border-radius: 0 2rem 2rem 0;
  border-radius: 0 2rem 2rem 0;
}
.d-21tb ._nv li:nth-child(1) a {
  color: #fff;
  -webkit-border-radius: 0 0 0 2rem;
  -moz-border-radius: 0 0 0 2rem;
  -o-border-radius: 0 0 0 2rem;
  border-radius: 0 0 0 2rem;
  background-color: #149272;
}
.d-21tb ._nv li:nth-child(1) a > i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
  width: initial;
  line-height: 1;
}
.d-21tb ._nv li:hover {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.d-21tb ._nv li:hover a {
  color: #fff;
  -khtml-opacity: 0.95;
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  -o-opacity: 0.95;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: alpha(opacity=95);
}
.d-21tb ._nv li:hover a:before {
  background-color: #149272;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
}
.d-21tb ._nv li:hover a > i {
  top: 50%;
  left: 50%;
  width: 220px;
  line-height: 220px;
  font-size: 120px;
  color: rgba(255, 255, 255, 0.08);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.d-21tb ._nv li:hover:nth-child(1) a {
  background-color: #d3ae3f;
}
.d-21tb ._nv li:hover:nth-child(1) a > i {
  width: initial;
  line-height: initial;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.d-21tb ._nv li:hover ._txt {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.d-21tb ._wt li {
  position: relative;
  float: left;
  line-height: 60px;
  min-width: 60px;
  font-size: 20px;
  background-color: #f3f7f5;
  margin-right: 1.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.d-21tb ._wt li:nth-child(1) {
  padding: 0 1.5rem;
}
.d-21tb ._wt li i {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.d-21tb ._wt li span {
  padding-left: 1rem;
  font-weight: bold;
}
.d-21tb ._wt li a {
  color: #149272;
}
.d-21tb ._wt li:hover {
  background-color: rgba(20, 146, 114, 0.96);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.d-21tb ._wt li:hover a {
  color: #f3f7f5;
}
.download-wrapper {
  padding: 30px 35px 0;
  margin-bottom: 30px;
  background-color: #fff;
}
.download-wrapper .download-list {
  min-height: 50vh;
}
.download-list li {
  padding: 15px 120px 15px 0;
  position: relative;
  border-top: 1px #f1f1f1 dashed;
}
.download-list li:nth-child(1) {
  border: none;
}
.download-list li > a.download {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  display: inline-block;
  line-height: 34px;
  padding: 0 1.5em;
  background-color: #8199af;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}
.download-list li > a.download:hover {
  background-color: #149272;
}
.download-list li h1 {
  position: relative;
  padding-left: 2em;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.download-list li h1 i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
  font-size: 18px;
}
.download-list li h1 i.fk-doc {
  color: #108ee9;
}
.download-list li h1 i.fk-xls {
  color: #1db87b;
}
.download-list li h1 i.fk-ppt {
  color: #f2733d;
}
.download-list li h1 i.fk-pdf {
  color: #f54440;
}
.download-list li h1 i.fk-rar {
  color: #496ab3;
}
.download-list li h1 i.fk-txt {
  color: #8199af;
}
.download-list li h1 i.fk-png {
  color: #ffab4e;
}
.download-list li h1 a:hover {
  color: #149272;
}
.download-list li h1:hover i {
  color: #149272;
}
.m-block {
  display: none;
}
@media screen and (max-width: 640px) {
  body,
  html {
    font-size: 9pt;
    background-color: #f2f2f2;
  }
  body {
    padding-top: 4.2em;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .g-menu {
    display: block;
  }
  body.menu-open .g-head .mi-menu {
    font-size: 1.8em;
  }
  body.menu-open .g-head .mi-menu:before {
    content: "\e61a";
  }
  body.loading {
    position: relative;
  }
  body.loading:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: '\52a0\8f7d\4e2d\002e\002e\002e';
    display: inline-block;
    padding-left: 2rem;
    font-size: 1.2em;
    color: #999;
    height: 4.2rem;
    line-height: 4.2rem;
    background: url(../images/load.gif) left center no-repeat;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-size: 1.6rem;
  }
  .g-title {
    margin-bottom: 1rem;
  }
  .g-title ._ft {
    font-size: 1.4em;
    padding: 0 0 0.8rem;
  }
  .g-title ._ft:after {
    bottom: -1px;
    height: 2px;
    background-color: #39ba82;
  }
  .g-title > b._ft {
    color: #149272;
  }
  .g-title > b._ft:after {
    height: 2px;
    background-color: #149272;
  }
  .g-title ._more {
    line-height: 1rem;
    margin-top: -1rem;
    font-size: 1.1em;
  }
  .x-about,
  .g-position {
    display: none !important;
  }
  .m-block {
    display: block;
  }
  .g-head {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .g-head .wrapper {
    padding: 0.8em 1em;
  }
  .g-head ._logo img {
    height: 2.6em;
  }
  .g-head ._hn,
  .g-head ._right {
    display: none;
  }
  .g-head .mi-menu {
    position: absolute;
    z-index: 5;
    zoom: 1;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 3.6rem;
    width: 4rem;
    text-align: center;
    color: #149272;
    font-size: 2.2em;
  }
  .g-menu {
    display: none;
    position: fixed;
    z-index: 900;
    top: 4.1em;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.5em 1.5em 2em;
    background-image: none !important;
    background-color: #fff;
    overflow-y: auto;
  }
  .g-menu .first > li {
    float: none;
    width: 100%;
  }
  .g-menu .first > li > a {
    line-height: 4rem;
    text-align: left;
    color: #333;
    font-size: 1.3em;
    border-bottom: 1px #f2f2f2 solid;
  }
  .g-menu .first > li > a i {
    display: inline-block !important;
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 0;
    top: 50%;
    padding: 0;
    font-size: 1.2em;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .g-menu .first > li:hover > a {
    color: #149272;
  }
  .g-menu .second-wrap {
    display: block !important;
    position: inherit;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .g-menu .second-wrap .wrapper {
    padding: 0;
    min-height: 0;
  }
  .g-menu .second-wrap ._nav,
  .g-menu .second-wrap ._nav2 {
    float: none;
    width: auto;
    padding: 1em 0 0;
    border: none;
    margin: 0 -1%;
  }
  .g-menu .second-wrap ._nav li,
  .g-menu .second-wrap ._nav2 li {
    float: left;
    width: 48%;
    margin: 0 1%;
    margin-bottom: 0.8em;
    padding: 0;
  }
  .g-menu .second-wrap ._nav li a,
  .g-menu .second-wrap ._nav2 li a {
    display: block;
    text-align: center;
    background-color: #f6f6f6;
    line-height: 2.5;
    font-size: 1.26em;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .g-menu .second-wrap ._zx {
    float: none;
    width: 100%;
    background-color: #f9f9f9;
    padding: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0.5em;
  }
  .g-menu .second-wrap ._zx ul {
    margin: 0 -5px;
  }
  .g-menu .second-wrap ._zx ul > li {
    float: left;
    margin: 0 0 8px;
    width: 50%;
    padding: 0 5px;
  }
  .g-menu .second-wrap ._zx li {
    text-align: center;
  }
  .g-menu .second-wrap ._zx li i {
    width: 2em;
    line-height: 2em;
    background-color: #149272;
    background-image: -webkit-linear-gradient(45deg,#009973,#1aa07f,#24cbad);
    background-image: -moz-linear-gradient(45deg,#009973,#1aa07f,#24cbad);
    background-image: -o-linear-gradient(45deg,#009973,#1aa07f,#24cbad);
    background-image: linear-gradient(45deg,#009973,#1aa07f,#24cbad);
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    -o-border-radius: 30%;
    border-radius: 30%;
    font-size: 2.4em;
  }
  .g-menu .second-wrap ._zx li span {
    color: #333;
    padding-top: 0.5em;
    font-size: 1.2em;
  }
  .g-menu .second-wrap ._zx li a {
    color: #fff;
    padding-top: 0.6em;
  }
  .g-menu .second-wrap ._info {
    float: none;
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .g-menu .second-wrap ._info .txt {
    display: none;
  }
  .g-menu .second-wrap ._info ul {
    padding-top: 0;
    margin: 0 -1%;
  }
  .g-menu .second-wrap ._info ul > li {
    float: left;
    margin: 0 1% 0;
    width: 48%;
  }
  .g-menu .second-wrap ._info ul li {
    padding: 0;
    margin-bottom: 0.8em;
  }
  .g-menu .second-wrap ._info ul a {
    line-height: 2.4;
    background-image: -webkit-linear-gradient(45deg,#10a991,#009973,#67d09b);
    background-image: -moz-linear-gradient(45deg,#10a991,#009973,#67d09b);
    background-image: -o-linear-gradient(45deg,#10a991,#009973,#67d09b);
    background-image: linear-gradient(45deg,#10a991,#009973,#67d09b);
    font-size: 1.26em;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .g-menu .second-wrap ._info ul a:hover {
    color: #fff;
  }
  .g-menu .second-wrap ._ks,
  .g-menu .second-wrap ._tit,
  .g-menu .second-wrap ._more,
  .g-menu .second-wrap ._title,
  .g-menu .second-wrap ._list1,
  .g-menu .second-wrap ._list2,
  .g-menu .second-wrap ._list3 {
    display: none;
  }
  .wx-menu {
    padding: 0 !important;
  }
  .wx-menu .g-menu {
    display: block !important;
    top: 0 !important;
    border-top: 1px #f6f6f6 solid;
  }
  .app-media {
    padding: 0 !important;
  }
  .app-media .g-head,
  .app-media .g-footer {
    display: none !important;
  }
  .g-banner .swiper-slide {
    height: 58vw;
  }
  .g-banner .swiper-slide .pc {
    display: none;
  }
  .g-banner .swiper-slide .m {
    display: block;
  }
  .g-banner .u-pagination {
    bottom: 1em;
  }
  .g-banner .u-pagination .bull {
    width: 2em;
    height: 0.18em;
    margin: 0 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .g-banner .u-pagination .active {
    background-color: #c0ffbe !important;
  }
  .g-banner .x-left,
  .g-banner .x-right {
    display: none;
  }
  .g-service {
    padding: 1em 1em 1.5em;
  }
  .g-service ul {
    margin: 0 -5px;
  }
  .g-service ul > li {
    float: left;
    margin: 0 0 0;
    width: 25%;
    padding: 0 5px;
  }
  .g-service li:nth-child(3),
  .g-service li:nth-child(6) {
    display: none;
  }
  .g-service a {
    padding: 1em 0;
  }
  .g-service a i {
    width: 2em;
    line-height: 2em;
    font-size: 2.2em;
  }
  .g-service a p {
    font-size: 1.2em;
    padding-top: 0.8em;
  }
  .x-news {
    padding: 58vw 0 1em;
    position: relative;
  }
  .x-news ._tab {
    padding-top: 1em;
    margin-bottom: 1.2em;
    border-color: #eee;
  }
  .x-news ._tab li {
    width: 25%;
    padding: 0;
    font-size: 1.32em;
    border: none;
    line-height: 1.8;
    margin-bottom: 0;
    text-align: center;
  }
  .x-news ._tab li:nth-child(4) {
    display: none;
  }
  .x-news ._tab li a {
    padding-bottom: 0.5em;
  }
  .x-news ._tab li.active a {
    color: #39ba82;
  }
  .x-news ._tab li.active a:after {
    margin-top: -1px;
    height: 2px;
    background-color: #39ba82;
  }
  .x-news ._box {
    position: initial;
    padding: 0 0 1em;
    min-height: 0;
  }
  .x-news .tab_ul {
    padding: 0 1em;
  }
  .x-news .tab_ul ul {
    margin: 0 0;
  }
  .x-news .tab_ul ul > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
  }
  .x-news .tab_ul ul a {
    padding: 1em 10.2rem 0 0;
    margin-bottom: 1em;
  }
  .x-news .tab_ul ul a h3 {
    height: 4rem;
    line-height: 2rem;
    font-size: 1.26em;
    margin-bottom: 0.5rem;
  }
  .x-news .tab_ul ul a p {
    font-size: 1em;
    color: #aaa;
  }
  .x-news .tab_ul ul a ._imgbox {
    top: 1em;
    width: 9rem;
    height: 5.4rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .x-news .tab_ul ul li {
    padding: 0;
  }
  .x-news .tab_ul ul li:nth-child(2) a {
    padding-top: 1em;
    border-top: 1px solid #f2f2f2;
  }
  .x-news .tab_ul ul li:nth-child(2) a ._imgbox {
    top: 1em;
  }
  .x-news .tab_ul ul li:nth-child(6) {
    display: none;
  }
  .x-news .tab_ul ._more {
    display: none;
  }
  .new_slide {
    width: 100%;
    height: 58vw;
  }
  .new_slide .swiper-slide {
    width: 100%;
    height: 58vw;
  }
  .new_slide .swiper-slide:after {
    height: 10vw;
  }
  .new_slide .swiper-slide h3 {
    bottom: 3rem;
    padding: 0 1em;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.36em;
  }
  .new_slide .u-pagination {
    bottom: 1em;
  }
  .new_slide .u-pagination .bull {
    display: inline-block;
    width: 2em;
    height: 0.2em;
  }
  .x-notice {
    padding: 0 1em;
  }
  .x-notice ul {
    margin: 0 0;
  }
  .x-notice ul > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
  }
  .x-notice ul li {
    position: relative;
    padding: 0 8rem 0 0;
    line-height: 2.2;
    font-size: 1.26em;
  }
  .x-notice ul li:nth-child(9),
  .x-notice ul li:nth-child(10) {
    display: none;
  }
  .x-notice ul li span {
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: -0.5rem;
    top: 50%;
    width: 7rem;
    padding: 0;
    font-size: 1rem;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .x-keshi {
    padding-bottom: 1.5em;
  }
  .x-keshi .wrapper {
    padding: 0 0.5em;
    background: url(../images/ks1.jpg) center top no-repeat;
    background-size: 100%;
  }
  .x-keshi ._title {
    margin: 0;
    padding: 1.8em 0 1.5em;
    max-height: initial;
    text-align: center;
  }
  .x-keshi ._title b {
    float: none;
    font-size: 1.4em;
    padding: 0 0 0.8rem;
    color: #fff;
  }
  .x-keshi ._title b:after {
    height: 1px;
    background-color: #c0ffbe;
  }
  .x-keshi ._title p {
    display: none;
  }
  .x-keshi ._more {
    width: 100%;
    padding: 0;
    border-radius: 0;
    -khtml-opacity: 0.95;
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    -o-opacity: 0.95;
    opacity: 0.95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    filter: alpha(opacity=95);
    background-image: -webkit-linear-gradient(180deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
    background-image: -moz-linear-gradient(180deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
    background-image: -o-linear-gradient(180deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
    background-image: linear-gradient(180deg,rgba(9,183,139,0.8),rgba(0,103,206,0.8),rgba(0,103,206,0));
  }
  .x-keshi ._more span {
    display: none;
  }
  .x-keshi ._tab {
    background-color: #fff;
    padding: 0 1em;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  .x-keshi ._tab li {
    border-bottom: 1px #eee solid;
    line-height: 1;
    font-size: 1.26em;
    position: relative;
  }
  .x-keshi ._tab li span {
    position: relative;
    display: inline-block;
    padding: 1.2em 0 0.6em;
  }
  .x-keshi ._tab li.active {
    font-weight: bold;
    background-color: transparent;
    color: #39ba82;
    background-image: none !important;
  }
  .x-keshi ._tab li.active span:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #39ba82;
  }
  .x-keshi .ks_ul {
    min-height: 0;
    padding: 0.5em 1em;
  }
  .x-keshi .ks_ul ul {
    padding-top: 0;
    margin: 0 -5px;
  }
  .x-keshi .ks_ul ul > li {
    float: left;
    margin: 0 0 0;
    width: 33.33333333%;
    padding: 0 5px;
  }
  .x-keshi .ks_ul ul li {
    padding-top: 10px;
  }
  .x-keshi .ks_ul ul a {
    line-height: 2.2;
    background-color: #fff;
    text-align: center;
    color: #666;
    padding: 0 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 1.1em;
    background-image: none !important;
    box-shadow: 0px 1px 5px rgba(3, 165, 96, 0.29);
    border: 1px #9ef3e7 solid;
    border-image: linear-gradient(135deg, #0dc0b0, #19a6b7, #24cbad) 1;
  }
  .x-keshi .ks_ul ul a:before {
    display: none;
  }
  .x-keshi .ks_ul ul a:hover {
    color: #39ba82;
  }
  .w-doctor {
    padding: 0;
    background-color: #fff;
  }
  .w-doctor .ajax_list {
    padding: 0 1em
                     ;
  }
  .x-doctor {
    padding: 0 1em 1em;
    background: none;
    background-color: #fff;
  }
  .x-doctor:after {
    display: none;
  }
  .g-doctor.dt_img {
    padding-top: 0.3em;
    margin: 0 -2%;
  }
  .g-doctor.dt_img > li {
    float: left;
    margin: 0 2% 0;
    width: 29.33333333%;
  }
  .g-doctor.dt_img li {
    padding: 0;
    margin-bottom: 1.2em;
  }
  .g-doctor.dt_img ._item {
    padding: 0;
    min-height: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: center;
  }
  .g-doctor.dt_img ._item ._imgbox {
    position: initial;
    left: auto;
    top: auto;
    width: 100%;
    height: 35vw;
  }
  .g-doctor.dt_img ._item h1 {
    height: auto;
    line-height: 1;
    padding: 1em 0 0;
    margin: 0;
  }
  .g-doctor.dt_img ._item h1 a {
    float: none;
    font-size: 1.36em;
    color: #444;
  }
  .g-doctor.dt_img ._item h1 a:hover {
    color: #e84d3d;
  }
  .g-doctor.dt_img ._item .info {
    max-height: none;
    min-height: 3.2em;
  }
  .g-doctor.dt_img ._item .ks {
    padding: 0.6em 0 0;
    line-height: 1;
    max-height: none;
    margin: 0;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1em;
  }
  .g-doctor.dt_img ._item .ks > strong {
    display: none;
  }
  .g-doctor.dt_img ._item .ks a {
    display: inline;
    margin: 0;
    color: #666;
  }
  .g-doctor.dt_img ._item .sc,
  .g-doctor.dt_img ._item ._bar {
    display: none;
  }
  .g-doctor.dt_img ._item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .g-doctor.dt_list {
    margin: 0 0;
  }
  .g-doctor.dt_list > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
  }
  .g-doctor.dt_list li {
    padding: 0;
    border-bottom: 1px #f2f2f2 solid;
  }
  .g-doctor.dt_list li:last-child {
    border: none;
  }
  .g-doctor.dt_list ._item {
    padding: 1.2em 2.5em 1.2em 9.3em;
    min-height: 12.4em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .g-doctor.dt_list ._item ._imgbox {
    width: 8.2em;
    height: 10em;
    left: 0;
    top: 1.2em;
  }
  .g-doctor.dt_list ._item h1 {
    height: auto;
    padding-top: 0.3rem;
    line-height: 1.8rem;
    margin: 0;
  }
  .g-doctor.dt_list ._item h1 a {
    float: none;
    font-size: 1.56em;
  }
  .g-doctor.dt_list ._item .info {
    max-height: none;
    font-size: 1.06em;
  }
  .g-doctor.dt_list ._item .ks {
    padding-left: 3em;
    padding-top: 0.5rem;
    line-height: 1.4rem;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .g-doctor.dt_list ._item .ks > strong {
    top: 0.5rem;
  }
  .g-doctor.dt_list ._item .sc {
    padding-top: 0.4rem;
    max-height: 4rem;
    line-height: 1.8rem;
    text-align: justify;
  }
  .g-doctor.dt_list ._item ._bar {
    left: auto;
    bottom: auto;
    top: 1.3em;
    right: 0;
    height: auto;
    padding: 0 0.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #f1fafb;
  }
  .g-doctor.dt_list ._item ._bar a {
    float: none;
    width: auto;
    line-height: 2;
    text-align: center;
  }
  .g-doctor.dt_list ._item ._bar a:nth-child(2) {
    display: none;
  }
  .g-doctor.dt_list ._item ._more {
    display: inline-block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 0;
    top: 50%;
    color: #999;
    font-size: 1.2em;
    margin-top: -0.3em;
  }
  .g-doctor.dt_list ._item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .tm-search {
    padding: 1.2em 1em;
    background-color: #fff;
    border-bottom: 1px #f2f2f2 solid;
  }
  .tm-search ._box {
    position: relative;
    z-index: 100;
  }
  .tm-search ._box > input {
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border: 1px #f0f0f0 solid;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -o-border-radius: 3rem;
    border-radius: 3rem;
    padding: 0 1em 0 7.5rem;
    font-size: 1.2em;
  }
  .tm-search ._box button,
  .tm-search ._box i {
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.6rem;
    color: #39ba82;
  }
  .tm-search ._box button {
    z-index: 2;
    width: 2rem;
    height: 2rem;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
  }
  .tm-search .ur-form-select {
    position: absolute;
    z-index: 1;
    zoom: 1;
    width: 6.5rem;
    left: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .tm-search .ur-form-select .ur-input {
    border: none;
    padding: 0;
    padding-left: 0.2rem;
    height: 2rem;
    line-height: 2rem;
    color: #888;
  }
  .x-maps .mapBox {
    position: initial;
    left: auto;
    top: auto;
    bottom: auto;
    height: calc(100vh - 18.7rem);
  }
  .x-maps .wrapper {
    padding: 0;
  }
  .x-maps .tabbox {
    float: none;
    width: 100%;
    min-height: initial;
  }
  .x-maps .tabbox > li > h1 {
    line-height: 2.8;
    color: #b0f0ad;
    font-size: 1.3em;
    background-color: transparent;
  }
  .x-maps .tabbox > li ul {
    min-height: initial;
    padding: 1em 1.5em 1.5em;
  }
  .x-maps .tabbox > li ul li {
    position: relative;
    padding: 0.3em 0 0.3em 2em;
    font-size: 1.2em;
  }
  .x-maps .tabbox > li ul li i {
    font-size: 1.4em;
  }
  .x-maps .tabbox > li ul li a {
    margin-top: 0.2em;
  }
  .x-maps .tabbox > li.active > h1 {
    color: #fff !important;
    font-weight: bold;
  }
  .x-maps .tabbox > li.active ul {
    display: block;
  }
  .lay_maps {
    padding: 0;
  }
  .lay_maps .x-maps {
    height: 100vh;
    max-width: 100%;
  }
  .lay_maps .x-maps .wrapper {
    max-width: 100%;
    padding: 0;
  }
  .lay_maps .x-maps .tabbox {
    width: auto;
  }
  .g-footer {
    border-top: 0.6em #f0f0f0 solid;
    padding: 0 1.5em;
  }
  .g-footer > .wrapper {
    padding: 1.5em 0;
    text-align: center;
  }
  .g-footer .info {
    display: none;
  }
  .g-footer .wxBox {
    float: none;
    display: inline-block;
  }
  .g-footer .wxBox ul li {
    margin: 0 1em;
  }
  .g-footer .wxBox ul li img {
    width: auto;
    width: 23vw;
    max-width: 10em;
  }
  .g-footer .wxBox ul li span {
    padding-top: 0.2em;
    font-size: 1.1em;
  }
  .g-footer .copy {
    border-top: 1px #f2f2f2 solid;
    padding: 0;
    text-align: center;
  }
  .g-footer .copy .link {
    float: none;
    border-bottom: 1px #f2f2f2 solid;
    line-height: 2.6;
    font-size: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .g-footer .copy .link u {
    padding: 0 1em;
    color: #888;
  }
  .g-footer .copy .txt {
    float: none;
    padding: 1em 0;
    line-height: 1.6;
  }
  .g-footer .copy .txt span {
    padding: 0 0.2em;
  }
  .g-container {
    min-height: initial;
  }
  .w-left,
  .w-right {
    display: block;
    float: none;
    padding: 0;
    min-height: initial;
    margin-bottom: 0;
  }
  .w-left,
  .g-single {
    width: auto;
    padding: 0;
  }
  .w-left .g-title,
  .g-single .g-title {
    padding: 0;
    margin: 0;
  }
  .w-left .g-title ._ft,
  .g-single .g-title ._ft {
    font-size: 1.6em;
    padding: 1rem;
  }
  .w-left .g-title ._ft:after,
  .g-single .g-title ._ft:after {
    display: none;
  }
  .w-left .g-title > b._ft,
  .g-single .g-title > b._ft {
    color: #555;
  }
  .w-left .g-title ._more,
  .g-single .g-title ._more {
    display: none;
  }
  .w-right {
    display: none;
  }
  .w-listImg {
    padding: 0;
  }
  .w-listImg li {
    position: relative;
    padding: 1.1em 11.2em 1.3em 1em;
    margin: 0;
    border-bottom: 1px #f2f2f2 solid;
  }
  .w-listImg li:last-child {
    border: none;
  }
  .w-listImg li h1 {
    height: 4rem;
    line-height: 2rem;
    font-size: 1.26em;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .w-listImg li .txt {
    display: none;
    line-height: 1.8;
    color: #888;
    margin-bottom: 0.5em;
  }
  .w-listImg li .bar {
    font-size: 1em;
    line-height: 1;
    color: #888;
  }
  .w-listImg li .bar font,
  .w-listImg li .bar .n {
    display: none;
  }
  .w-listImg li ._imgbox {
    display: block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 1em;
    top: 1.2em;
    width: 9rem;
    height: 5.6rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .w-page {
    display: none;
  }
  .m-page {
    padding: 0.5em 1em 1.5em;
  }
  .m-page a {
    display: block;
    line-height: 2.6;
    font-size: 1.16em;
    background-color: rgba(9, 183, 139, 0.05);
    text-align: center;
    color: #19a6b7;
    padding: 0 3px;
    box-shadow: 0px 1px 5px rgba(3, 165, 96, 0.29);
    border: 1px #19a6b7 solid;
    border-image: linear-gradient(135deg, #0dc0b0, #19a6b7, #24cbad) 1;
  }
  .m-page a:active {
    background-color: #39ba82;
    color: #fff !important;
  }
  .x-notice .m-page,
  .x-doctor .m-page,
  .ks-doctor .m-page,
  .doctor-hot .m-page {
    padding: 0.5em 0;
  }
  .x-notice .m-page a,
  .x-doctor .m-page a,
  .ks-doctor .m-page a,
  .doctor-hot .m-page a {
    line-height: 2.4;
  }
  .art-title {
    border-bottom: 1px #eee solid;
    padding: 1em;
    margin-bottom: 1em;
  }
  .art-title h1 {
    padding: 0.3em 0 0.6em;
    font-size: 1.66em;
  }
  .art-title .alt {
    font-size: 1em;
    padding-bottom: 0.5em;
  }
  .art-title .alt > span {
    margin-right: 0.5em;
  }
  .g-html {
    margin: 0 1rem;
    font-size: 1.2em;
    text-align: justify;
  }
  .g-html img {
    height: auto !important;
  }
  .art-link {
    padding: 1em 1em 1.5em;
    line-height: 1.6;
    font-size: 1.2em;
    overflow: hidden;
  }
  .art-link p {
    display: block;
    width: 100%;
    padding: 0.2em 0;
  }
  .w-first {
    display: none;
    background-color: #fff;
    padding: 25px 35px;
    margin-bottom: 20px;
  }
  .w-first li {
    position: relative;
    padding-left: 5.5em;
    padding-bottom: 10px;
  }
  .w-first li > span {
    display: inline-block;
    line-height: 36px;
    position: absolute;
    z-index: 1;
    zoom: 1;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #149272;
  }
  .w-first li p {
    margin-right: -15px;
  }
  .w-first li p a {
    float: left;
    margin: 0 10px 8px 0;
    display: inline-block;
    line-height: 36px;
    padding: 0 1em;
    min-width: 8.8em;
    background-color: #f9f9f9;
    text-align: center;
  }
  .w-first li p a:hover {
    color: #149272;
    background-color: #f2f2f2;
  }
  .w-first li p a.active {
    color: #fff;
    background-color: #149272;
  }
  .doctor-head {
    padding: 1em 0 0;
    min-height: initial;
    margin-bottom: 0.5em;
  }
  .doctor-head ._imgbox {
    width: 8.2em;
    height: 10em;
    left: auto;
    right: 1em;
    top: 1em;
  }
  .doctor-head h1 {
    padding: 0.5rem 9.5rem 0.5rem 1rem;
    font-size: 2em;
    line-height: 1.6;
  }
  .doctor-head ._item {
    padding-bottom: 1em;
  }
  .doctor-head ._item li {
    font-size: 1.2rem;
  }
  .doctor-head ._item li span {
    font-size: 1.2rem;
  }
  .doctor-head ._item li p {
    padding-top: 4px;
    font-size: 1.2rem;
  }
  .doctor-head ._item li i {
    font-size: 16px;
  }
  .doctor-head ._item .ks {
    padding: 0 9.5rem 0 1rem;
  }
  .doctor-head ._item .sc {
    padding: 2.4rem 1rem 0 1rem;
  }
  .doctor-head ._item .sc span {
    color: #555;
    font-weight: bold;
  }
  .doctor-head ._service {
    background-color: #f2f2f2;
    padding: 0.5em 1em;
    -webkit-border-radius: 1.4em 1.4em 0 0;
    -moz-border-radius: 1.4em 1.4em 0 0;
    -o-border-radius: 1.4em 1.4em 0 0;
    border-radius: 1.4em 1.4em 0 0;
    position: initial;
    top: auto;
    right: auto;
    width: auto;
  }
  .doctor-head ._service ul {
    margin: 0 -1px;
  }
  .doctor-head ._service ul > li {
    float: left;
    margin: 0 0 0;
    width: 33.33333333%;
    padding: 0 1px;
  }
  .doctor-head ._service ul li:last-child {
    display: none;
  }
  .doctor-head ._service ul a {
    padding: 1em 0.5em;
    border: none;
  }
  .doctor-head ._service ul a i {
    font-size: 2.2em;
  }
  .doctor-head ._service ul a span {
    font-size: 1.1em;
  }
  .doctor-article {
    padding: 1.2em 0;
    min-height: 60vh;
    margin-bottom: 0.5em;
  }
  .doctor-article .g-title {
    margin: 0 1em 1em;
  }
  .doctor-article .g-title a {
    color: #39ba82;
  }
  .doctor-hot {
    padding: 1em;
    background-color: #fff;
  }
  .doctor-hot h1._tit {
    font-size: 1.4em;
    color: #333;
    text-align: center;
    padding: 0.5em 0 0.8em;
  }
  .ks-abc {
    padding: 1em 1rem;
    font-size: 0.9em;
    max-width: 100%;
  }
  .ks-abc span {
    padding: 0 2px;
  }
  .ks-map {
    padding: 1em;
    margin-bottom: 0;
  }
  .ks-map ._tab li {
    line-height: 2.4;
    font-size: 1.2em;
  }
  .ks-map .ks_ul {
    padding: 0.5em 0;
    min-height: initial;
    margin: 0 -1.5%;
  }
  .ks-map .ks_ul > li {
    float: left;
    margin: 0 1.5% 0;
    width: 47%;
  }
  .ks-map .ks_ul li {
    padding: 0.3em 0;
    text-align: center;
  }
  .ks-map .ks_ul li .hd {
    border: none;
  }
  .ks-map .ks_ul li .hd h3 {
    display: block;
    font-size: 1.2em;
    line-height: 2.2;
    padding: 0;
    font-weight: normal;
  }
  .ks-map .ks_ul li .hd h3 a {
    display: block;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ks-map .ks_ul li .hd h3:after {
    display: none;
  }
  .ks-map .ks_ul li .hd .bar {
    display: none;
  }
  .ks-map .ks_ul li .box {
    display: none;
  }
  .ks-map .ks_ul li ._item {
    padding: 0;
    box-shadow: 0px 1px 5px rgba(3, 165, 96, 0.29);
    border: 1px #9ef3e7 solid;
    border-image: linear-gradient(135deg, #0dc0b0, #19a6b7, #24cbad) 1;
  }
  .ks-map .ks_ul li ._item:hover {
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    background-color: #f2fefb;
  }
  .ks-map .ks_ul li ._item:hover .hd p a {
    background-color: #33ccb0;
    color: #fff;
  }
  .ks-head {
    padding: 0;
  }
  .ks-head .wrapper {
    padding: 56vw 0 0;
  }
  .ks-head ._ksbar {
    position: initial;
    top: auto;
    right: auto;
    width: auto;
  }
  .ks-head ._ksbar .ks_slide {
    height: 56vw;
  }
  .ks-head ._ksbar .lk {
    padding: 1.4em 1em;
    background-color: #f2f2f2;
    margin: 0 -1px;
  }
  .ks-head ._ksbar .lk > li {
    float: left;
    margin: 0 0 0;
    width: 25%;
    padding: 0 1px;
  }
  .ks-head ._ksbar .lk a {
    padding: 1em 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .ks-head ._ksbar .lk a i {
    font-size: 2em;
  }
  .ks-head ._ksbar .lk a span {
    padding-top: 0.8em;
    font-size: 1.1em;
  }
  .ks-head ._ksbar .lk a:hover {
    background-color: transparent;
    color: #39ba82;
  }
  .ks-head ._info {
    position: relative;
    z-index: 10;
    padding-bottom: 5em;
    margin-top: -1em;
    background-color: #fff;
    -webkit-border-radius: 1em 1em 0 0;
    -moz-border-radius: 1em 1em 0 0;
    -o-border-radius: 1em 1em 0 0;
    border-radius: 1em 1em 0 0;
    min-height: initial;
  }
  .ks-head ._info .tit {
    position: relative;
    margin: 0 0 1em;
    border: none;
    padding: 1.8em 1em 1em;
    text-align: center;
  }
  .ks-head ._info .tit:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    bottom: 0;
    left: 50%;
    width: 4em;
    height: 2px;
    background-color: #39ba82;
    margin-left: -2em;
  }
  .ks-head ._info .tit h1 {
    font-size: 1.66em;
    padding: 0;
    font-weight: normal;
  }
  .ks-head ._info .tit p {
    font-size: 0.9em;
  }
  .ks-head ._info .txt {
    padding: 0 1em;
    font-size: 1em;
    margin-bottom: 1.4em;
  }
  .ks-head ._info .txt p {
    display: block;
    font-size: 1.1em;
    line-height: 2rem;
    max-height: 20rem;
    overflow: hidden;
  }
  .ks-head ._info .txt a {
    position: absolute;
    z-index: 1;
    zoom: 1;
    bottom: 1.2rem;
    left: 1rem;
    right: 1rem;
    margin: 0;
    display: block;
    line-height: 2.6;
    font-size: 1.16em;
    text-align: center;
    color: #19a6b7;
    padding: 0 3px;
    box-shadow: 0px 1px 5px rgba(3, 165, 96, 0.29);
    border: 1px #19a6b7 solid;
    border-image: linear-gradient(135deg, #0dc0b0, #19a6b7, #24cbad) 1;
  }
  .ks-head ._info .txt a:hover {
    color: #e84d3d;
  }
  .ks-head .vmap {
    margin: 0 1em 1em;
    padding-top: 1em;
  }
  .ks-head .vmap li {
    padding-left: 0;
    margin-bottom: 0.4em;
    font-size: 1.2em;
  }
  .ks-head .vmap li span i {
    display: none;
    font-size: 1.2em;
    color: #39ba82;
  }
  .ks-head .vmap li a {
    margin-right: 1em;
  }
  .ks-head .vmap li a i {
    color: #39ba82;
    padding-left: 2px;
  }
  .ks-head .vmap li a:hover {
    color: #39ba82;
  }
  .ks_slide {
    position: absolute;
    z-index: 1;
    zoom: 1;
    left: 0;
    top: 0;
    width: 100%;
  }
  .ks_slide .swiper-slide {
    width: 100%;
    height: 56vw;
    position: relative;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
  }
  .ks_slide .swiper-slide:after {
    height: 15vw;
  }
  .ks_slide .u-pagination {
    bottom: 2em;
  }
  .ks_slide .u-pagination .bull {
    width: 2em;
    height: 0.1em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .ks_slide .u-pagination .active {
    background-color: #c0ffbe !important;
  }
  .ks-doctor {
    padding: 1em;
    background-color: #fff;
  }
  .g-single {
    padding: 0.5em 0 1.5em;
    margin: 0;
    min-height: 50vh;
  }
  .g-single .g-title {
    margin: 0 1em 1em;
    text-align: center;
  }
  .layer_layimage {
    max-width: 96vw;
    max-height: 96vh;
  }
  .layer_layimage i.fk-close {
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 1em;
    top: 1em;
  }
  .layer_layimage .layimg img {
    min-width: initial;
    max-width: 100%;
    max-height: 100%;
  }
  .layer_layimage .laytitle {
    padding: 1em 4em 1em 1.5em;
    font-size: 1.1em;
  }
  .jb-wrapper {
    padding: 0;
    min-height: 40vh;
    background-color: #fff;
  }
  .jb-hd {
    padding: 1em;
    border-bottom: 0.5em #f2f2f2 solid;
    text-align: justify;
    margin: 0;
  }
  .jb-hd .txt {
    float: none;
    width: 100%;
    padding: 0;
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 0.8em;
  }
  .jb-hd .card {
    float: none;
    width: 100%;
    padding: 0.6em 0;
    border-left: none;
    border-top: 1px #f2f2f2 solid;
  }
  .jb-hd .card h1 {
    display: none;
    font-size: 1.46em;
    margin-bottom: 0.2em;
  }
  .jb-hd .card li {
    position: relative;
    padding: 0.3rem 0 0 5em;
    line-height: 1.8rem;
    font-size: 1.1em;
  }
  .jb-hd .card li span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    left: 0;
    top: 0.3rem;
    line-height: 1.8rem;
  }
  .jb-list {
    padding: 0.5em 1em 0;
    background-color: #fff;
    margin: 0 -1px;
  }
  .jb-list > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
    padding: 0 1px;
  }
  .jb-list li:last-child a {
    border: none !important;
  }
  .jb-list a {
    position: relative;
    padding: 1.2em 0 1.4em;
    border-bottom: 1px #f2f2f2 solid;
    color: #555;
  }
  .jb-list a h1 {
    font-size: 1.36em;
    padding-right: 5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .jb-list a .many {
    padding-top: 0.6em;
    font-size: 1.1em;
    color: #aaa;
  }
  .jb-list a .daiyu {
    position: absolute;
    z-index: 1;
    zoom: 1;
    top: 1rem;
    right: 0;
    padding: 0;
    font-size: 1.36em;
    color: #39ba82;
    font-weight: bold;
  }
  .jb-list a .daiyu span {
    display: none;
  }
  .jb-list a:hover {
    color: #39ba82;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  .job-article {
    padding: 1em 0;
    min-height: 40vh;
    margin: 0;
  }
  .job-article .job-bar {
    position: initial;
    padding: 0.3em 1em 1.8em;
    margin: 0;
    border: none;
  }
  .job-article .job-bar h1 {
    font-size: 1.6em;
    line-height: 1.6;
  }
  .job-article .job-bar h1 span {
    padding-right: 0.3em;
  }
  .job-article .job-bar h1 b {
    padding: 0;
    color: #e84d3d;
    font-size: 1em;
  }
  .job-article .job-bar .many {
    padding-top: 1em;
    font-size: 1.06em;
  }
  .job-article .job-bar .many u {
    padding: 0 0.5em;
  }
  .job-article .g-html {
    padding-bottom: 1.5em;
  }
  .abtitle,
  .jbtitle {
    padding: 1em 1em 0.6em;
  }
  .abtitle span,
  .jbtitle span {
    font-size: 1.36em;
    padding-bottom: 0.5em;
    color: #39ba82;
  }
  .abtitle span:after,
  .jbtitle span:after {
    bottom: 0;
    width: 60%;
    height: 2px;
    background-color: #39ba82;
  }
  .jbtitle {
    border-top: 0.5em #f2f2f2 solid;
  }
  .abtitle {
    padding: 0.5em 0;
    margin: 0 1em;
  }
  .abtitle span {
    color: #2d3b49;
    font-size: 1.46em;
  }
  .abtitle.at {
    padding-top: 1em;
  }
  .jobtn_box {
    position: fixed;
    z-index: 100;
    top: auto;
    bottom: 0;
    padding: 1em;
    background-color: #fff;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    border-top: 1px #f2f2f2 solid;
  }
  .jobtn_box .jbbtn {
    padding: 0;
    margin: 0;
    line-height: 2.6;
    font-size: 1.4em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #39ba82;
  }
  .jobtn_box .clearfix {
    display: none;
  }
  .lay_jobsBox {
    max-width: 100vw;
    left: 0 !important;
    top: 0 !important;
    max-height: 100vh;
  }
  .lay_jobsBox .layui-layer-content {
    overflow: hidden;
    overflow-y: auto;
  }
  .lay_jobsBox .lay_jbclose {
    right: 1em;
  }
  .lay_jobsBox .layui-layer-title {
    padding: 1.1em 1.2em;
    font-size: 1.2em;
  }
  .lay_jobsBox .Msg_jobs {
    width: 100%;
    padding: 0.5em 1.2em;
  }
  .lay_jobsBox .ur-inline {
    width: 48%;
    padding-bottom: 0.2em;
  }
  .lay_jobsBox .ur-text {
    width: 98%;
  }
  .lay_jobsBox .ur-textarea {
    -webkit-appearance: none;
  }
  .lay_jobsBox .lay_button {
    padding: 0.8em 0 0.5em 0.5em;
    text-align: center;
  }
  .lay_jobsBox .lay_button p {
    margin: 0 -1%;
  }
  .lay_jobsBox .lay_button a {
    display: block;
    float: left;
    width: 48%;
    margin: 0 1%;
    line-height: 2.4;
    font-size: 1.3em;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #19a6b7;
  }
  .list-container,
  .ab-container {
    margin-bottom: 0;
  }
  .list-container {
    padding: 35px 45px;
  }
  .w-listTxt {
    padding: 1em 1em 0.5em;
  }
  .w-listTxt li {
    padding: 0;
    line-height: 2.1;
    font-size: 1.26em;
  }
  .w-listTxt li:after {
    display: none;
  }
  .w-listTxt li:nth-child(5n) {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
  .w-listTxt li:last-child {
    padding-bottom: 0.6em;
  }
  .ab-container {
    padding: 0 0 1em;
  }
  .ab-container .g-html p {
    padding: 0.5em 0;
    text-indent: 2em;
  }
  .ab-container .ab_data {
    margin: 0 1em;
  }
  .ab-container .ab_data ul {
    padding: 0;
    margin: 0 -2px;
  }
  .ab-container .ab_data ul > li {
    float: left;
    margin: 0 0 5px;
    width: 33.33333333%;
    padding: 0 2px;
  }
  .ab-container .ab_data ul ._alt {
    background-color: #f2fefb;
    padding: 1em 0.5em;
    background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
    background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
    background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
    background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#24cbad);
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .ab-container .ab_data ul b {
    font-size: 1.4em;
    color: #c0ffbe;
  }
  .ab-container .ab_data ul p {
    font-size: 0.9em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ab-container .ab_hd {
    position: relative;
    padding-top: 56vw;
  }
  .ab-container .ab_hd .g-html {
    float: none;
    width: auto;
    margin: 0;
    position: relative;
    z-index: 2;
    margin-top: -1.5em;
    background-color: #fff;
    padding: 1em 1em 0;
    -webkit-border-radius: 1em 1em 0 0;
    -moz-border-radius: 1em 1em 0 0;
    -o-border-radius: 1em 1em 0 0;
    border-radius: 1em 1em 0 0;
  }
  .ab-container .ab_hd ._imgbox {
    float: none;
    width: 100%;
    margin-top: 0;
    position: absolute;
    z-index: 1;
    zoom: 1;
    top: 0;
    left: 0;
    height: 56vw;
  }
  .ab-container .ab_hd .ab_hdtit {
    font-size: 1.36em;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
  }
  .ab-container .ab_district {
    margin: 0 1em;
  }
  .ab-container .ab_district ul {
    padding: 0.5em 0 0;
    margin: 0 -4px;
  }
  .ab-container .ab_district ul > li {
    float: left;
    margin: 0 0 8px;
    width: 50%;
    padding: 0 4px;
  }
  .ab-container .ab_district ul a {
    display: block;
    line-height: 2.6;
    font-size: 1.16em;
    background-color: rgba(9, 183, 139, 0.05);
    text-align: center;
    color: #19a6b7;
    padding: 0 3px;
    box-shadow: 0px 1px 5px rgba(3, 165, 96, 0.29);
    border: 1px #19a6b7 solid;
    border-image: linear-gradient(135deg, #0dc0b0, #19a6b7, #24cbad) 1;
  }
  .ab-container .ab_district ul a:active {
    background-color: #39ba82;
    color: #fff;
  }
  .ab-container .ab_zlhz {
    padding: 0;
  }
  .ab-container .ab_wh {
    margin: 0 1em;
  }
  .ab-container .ab_wh ul {
    padding: 0;
    margin: 0 -1px;
  }
  .ab-container .ab_wh ul > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
    padding: 0 1px;
  }
  .ab-container .ab_wh ul h3 {
    font-size: 1em;
  }
  .ab-container .ab_wh ul h1 {
    padding: 0.6em 0 0.4em;
    font-size: 1.4em;
    line-height: 1;
  }
  .ab-container .ab_wh ul p {
    font-size: 1.2em;
    padding-bottom: 1em;
  }
  .ab-container .ab_wh ul.on {
    padding: 2em 0 3em;
  }
  .ab-container .ab_wh ul.on p {
    padding-bottom: 1em;
  }
  .ab-container .ab_wh ul.on p:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    bottom: -2px;
    left: 0;
    width: 3em;
    height: 3px;
    background-color: #39ba82;
  }
  .ab-container .ab_logo {
    padding: 0;
  }
  .ab-container .ab_logo .abtitle {
    margin-bottom: 1em;
  }
  .ab-container .ab_logo ._img {
    position: initial;
    width: auto;
    margin: 0 1em;
    top: auto;
    right: auto;
    padding: 2em;
  }
  .ab-container .ab_logo ._img img {
    height: 25vw;
  }
  .ab-lctitle {
    font-size: 1.8em;
    padding: 1rem 1rem 0.5rem;
  }
  .ab-lctxt {
    font-size: 1.2em;
    margin: 0 1rem 1rem;
    text-align: justify;
  }
  .ab-lctxt.abt {
    padding-top: 1em;
  }
  .ab-lctabs {
    margin: 0 1em;
    padding: 0;
    background: no-repeat;
  }
  .ab-lctabs:before,
  .ab-lctabs > i {
    display: none;
  }
  .ab-lctabs .ab-lcul > li {
    padding-bottom: 0.5em;
  }
  .ab-lctabs .ab-lcul > li .lcyear {
    padding: 0 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.7;
    font-size: 1.3em;
    color: #fff;
    background-color: #149272;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
    background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
    background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
    background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#9eefe0);
  }
  .ab-lctabs .ab-lcul > li:after {
    display: none;
  }
  .ab-lctabs .ab-lcul ul {
    padding: 0 0 0 0.9rem;
  }
  .ab-lctabs .ab-lcul ul li {
    font-size: 1.2em;
    line-height: 1.7;
    padding: 0.3em 0 0.3em 6em;
  }
  .ab-lctabs .ab-lcul ul li > b {
    top: 0.3em;
    font-size: 1em;
  }
  .ab-lctabs .ab-lcul ul li p {
    padding: 0.8em 1.2em;
    font-size: 1rem;
    margin: 0.8em 0 0 -1.2em;
    text-align: justify;
  }
  .ab-lctabs .ab-lcul ul li p:after {
    left: 1em;
    width: 1em;
    height: 1em;
    margin: -0.5em 0 0 -0.6em;
  }
  .ab-lctabs .ab-lcul ul li:hover {
    color: #e84d3d;
  }
  .ab_hrlist {
    margin: 0 1em;
  }
  .ab_hrlist ul {
    padding-top: 0;
    margin: 0 -1%;
  }
  .ab_hrlist ul > li {
    float: left;
    margin: 0 1% 0;
    width: 31.33333333%;
  }
  .ab_hrlist ul li {
    padding: 0;
  }
  .ab_hrlist ul a {
    padding: 0.5em 0;
    color: #777;
  }
  .ab_hrlist ul ._imgbox {
    height: 20vw;
    margin-bottom: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .ab_hrlist ul h3 {
    height: 4.8em;
    line-height: 1.6;
    font-size: 1.06em;
    overflow: hidden;
  }
  .ab_dvlist {
    margin: 0 1em;
  }
  .ab_dvlist ul {
    padding-top: 0;
    margin: 0 -1%;
  }
  .ab_dvlist ul > li {
    float: left;
    margin: 0 1% 0;
    width: 48%;
  }
  .ab_dvlist ul li {
    padding: 0;
  }
  .ab_dvlist ul a {
    padding: 0.5em 0;
  }
  .ab_dvlist ul ._item {
    margin-bottom: 0.5em;
  }
  .ab_dvlist ul h3 {
    height: 3.2em;
    overflow: hidden;
    line-height: 1.6;
    font-size: 1.2em;
  }
  .tv-wrapper {
    padding: 1em;
  }
  .tv-wrapper .m-page {
    padding: 0.5em 0;
  }
  .w-listTv {
    margin: 0 -1.2%;
  }
  .w-listTv > li {
    float: left;
    margin: 0 1.2% 1em;
    width: 47.6%;
  }
  .w-listTv li {
    padding: 0;
  }
  .w-listTv a ._imgbox {
    height: 26vw;
  }
  .w-listTv a h1 {
    padding: 1em 0.5em 1.1em;
    font-size: 1.1em;
  }
  .bh-br {
    padding-bottom: 0rem;
  }
  .bh-head {
    padding-top: 5.5rem;
    font-size: 1.5rem;
    padding-right: 0;
  }
  .bh-head ._tainer .swiper-wrapper {
    width: 100%;
    position: relative;
  }
  .bh-head ._tainer .u-pagination {
    display: inline-block;
    width: auto;
    position: absolute;
    z-index: 20;
    zoom: 1;
    left: 50%;
    bottom: 1.4rem;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .bh-head ._tainer .u-pagination .bull {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
  }
  .bh-head ._tainer .u-pagination .active {
    background-color: #149272 !important;
  }
  .bh-head ._t {
    position: absolute;
    z-index: 1;
    zoom: 1;
    width: 100%;
    top: 0.5rem;
    bottom: initial;
    right: 0;
    min-width: 0;
    background-image: none !important;
  }
  .bh-head ._c {
    min-width: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
  }
  .bh-head ._c h1 {
    font-size: 1.4rem;
    line-height: 1;
    padding-bottom: 0;
  }
  .bh-head ._c h3 {
    color: rgba(20, 146, 114, 0.96);
    font-weight: bold;
  }
  .bh-info {
    background-color: #fff;
    padding-bottom: 1.4em;
    margin-bottom: 1rem;
  }
  .bh-info ._tit {
    padding-top: 1em;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .bh-info ._tit h3,
  .bh-info ._tit h1 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .bh-info ._tit i {
    left: -2rem;
    font-size: 3rem;
    line-height: 3rem;
  }
  .bh-keshi {
    padding: 1em 0 0;
    margin: 0 -2px;
  }
  .bh-keshi > li {
    float: left;
    margin: 0 0 6px;
    width: 33.33333333%;
    padding: 0 2px;
  }
  .bh-keshi a {
    font-size: 1.02rem;
    line-height: 2.4;
    background-image: none !important;
    box-shadow: 0px 1px 5px rgba(3, 165, 96, 0.29);
    border: 1px #97dce4 solid;
    border-image: linear-gradient(135deg, #aff5ee, #57c5d2, #6bfde3) 1;
  }
  .bh-keshi a:hover {
    color: #fff;
    background-color: #149272;
    background-image: -webkit-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
    background-image: -moz-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
    background-image: -o-linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
    background-image: linear-gradient(45deg,#2a71ab,#19a6b7,#33ccb0);
  }
  .bh-fylk {
    background-color: #fff;
    border-top: 0.6rem #f6f6f6 solid;
    padding: 1rem 0.8rem;
  }
  .bh-fylk ul {
    margin: 0;
  }
  .bh-fylk ul li {
    width: 100%;
    padding: 0.3rem 0;
  }
  .bh-numitem {
    padding: 0 0.8rem;
  }
  .bh-numitem ._alt {
    padding: 1rem 0.2rem;
  }
  .bh-numitem ._alt span {
    font-size: 1.3rem;
  }
  .bh-numitem b {
    font-size: 1.7rem;
  }
  .bh-numitem p {
    font-size: 1rem;
  }
  .download-wrapper {
    padding: 1.5rem 1.5rem 0;
    margin-bottom: 0;
  }
  .download-list li {
    padding: 1rem 7rem 1rem 0;
  }
  .download-list li > a.download {
    margin-top: -1.2rem;
    line-height: 2.4rem;
    padding: 0 1em;
    font-size: 0.8rem;
  }
  .download-list li h1 {
    padding-left: 1.5em;
    font-size: 1.24rem;
  }
  .download-list li h1 i {
    line-height: 2rem;
    margin-top: -1rem;
    font-size: 1.3rem;
  }
  #LRdiv0 {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .list_47 .w-listImg li.on,
  .list_12 .w-listImg li.on,
  .list_32 .w-listImg li.on {
    position: relative;
  }
  .list_47 .w-listImg li.on h1,
  .list_12 .w-listImg li.on h1,
  .list_32 .w-listImg li.on h1 {
    margin-bottom: 0.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .list_47 .w-listImg li.on h1 a:hover,
  .list_12 .w-listImg li.on h1 a:hover,
  .list_32 .w-listImg li.on h1 a:hover {
    color: #b50009;
  }
  .list_47 .w-listImg li.on .txt,
  .list_12 .w-listImg li.on .txt,
  .list_32 .w-listImg li.on .txt,
  .list_47 .w-listImg li.on .bar,
  .list_12 .w-listImg li.on .bar,
  .list_32 .w-listImg li.on .bar {
    padding-left: 140px;
  }
  .list_47 .w-listImg li.on ._imgbox,
  .list_12 .w-listImg li.on ._imgbox,
  .list_32 .w-listImg li.on ._imgbox {
    display: block;
    width: 125px;
    height: 78px;
    position: absolute;
    z-index: 1;
    zoom: 1;
    left: 0;
    top: 40px;
  }
  .list_47 .w-left {
    background: url(../images/dj1.png) top right #ffffff no-repeat;
  }
  .list_47 .w-left .g-title > b._ft {
    color: #d83840;
  }
  .list_47 .w-left .g-title > b._ft:after {
    background-color: #d83840;
  }
  .list_47 .w-listImg li.on .bar {
    color: #b38484;
  }
  .list_47 .w-right {
    background: url(../images/dj2.png) bottom left #ffffff no-repeat;
  }
  .list_47 .g-footer {
    background: url(../images/dj3.png) center bottom no-repeat;
  }
  .list_47 .w-page b {
    background-color: #d83840;
    border-color: #d83840;
  }
}
/*2021*/
@media screen and (max-width: 640px) {
  .d-footer {
    min-height: 0;
    padding: 0 1.5em;
    background-color: #fff;
    border-top: 0.6em #f0f0f0 solid;
  }
  .d-footer ._lk,
  .d-footer ._if,
  .d-footer ._xx em,
  .d-footer ._gm {
    display: none;
  }
  .d-footer ._xx {
    padding: 1.5em 0;
    border-bottom: 1px #f2f2f2 solid;
    text-align: center;
  }
  .d-footer ._xx ._wm {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .d-footer ._xx ._wm li {
    padding: 0 0.6em;
  }
  .d-footer ._xx ._wm img {
    width: 23vw;
    max-width: 10em;
  }
  .d-footer ._copy {
    padding: 1.2rem 0 2rem;
    font-size: 1em;
  }
  .d-footer ._copy a {
    color: #555;
  }
  .d-footer ._copy span {
    padding: 0 0.5rem;
  }
  body._2021 {
    background-color: #f3f7f5;
  }
  body._2021 .g-menu {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  body._2021 .g-menu .second-wrap {
    border-top: none;
  }
  body._2021 .d-footer {
    background-color: #fff;
  }
  .d-banner {
    padding: 1.5rem 0 3rem;
    background-color: transparent;
  }
  .d-banner .swiper-slide {
    width: 88%;
    height: 43vw;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.36s ease-in-out ;
    -moz-transition: all 0.36s ease-in-out ;
    -o-transition: all 0.36s ease-in-out ;
    transition: all 0.36s ease-in-out ;
  }
  .d-banner .swiper-slide.swiper-slide-active {
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 5px 16px 3px rgba(20, 146, 114, 0.24);
    -moz-box-shadow: 0 5px 16px 3px rgba(20, 146, 114, 0.24);
    -o-box-shadow: 0 5px 16px 3px rgba(20, 146, 114, 0.24);
    box-shadow: 0 5px 16px 3px rgba(20, 146, 114, 0.24);
  }
  .d-banner .u-pagination {
    bottom: 1rem;
  }
  .d-banner .u-pagination .bull {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 2px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .d-banner .d-left,
  .d-banner .d-right {
    display: none;
  }
  .d-mser {
    background-color: transparent;
  }
  .d-mser:after {
    display: none;
  }
  .d-mser .wrapper {
    padding: 1rem 0.5rem 1.5rem;
  }
  .d-mser .wrapper .d-left,
  .d-mser .wrapper .d-right {
    display: none;
  }
  .d-mser .swiper-container {
    overflow: initial;
  }
  .d-mser .swiper-wrapper {
    display: block;
    height: initial;
  }
  .d-mser .swiper-slide {
    float: left;
    width: 20%;
    padding: 0;
  }
  .d-mser .swiper-slide:after,
  .d-mser .swiper-slide h5,
  .d-mser .swiper-slide p,
  .d-mser .swiper-slide i,
  .d-mser .swiper-slide span {
    display: none !important;
  }
  .d-mser .swiper-slide em {
    font-size: 2rem;
    line-height: 4rem;
    width: 4rem;
    color: #149272 !important;
    -webkit-border-radius: 40%;
    -moz-border-radius: 40%;
    -o-border-radius: 40%;
    border-radius: 40%;
    background-color: #fff !important;
    -webkit-box-shadow: 0 5px 10px rgba(20, 146, 114, 0.12);
    -moz-box-shadow: 0 5px 10px rgba(20, 146, 114, 0.12);
    -o-box-shadow: 0 5px 10px rgba(20, 146, 114, 0.12);
    box-shadow: 0 5px 10px rgba(20, 146, 114, 0.12);
  }
  .d-mser .swiper-slide h3 {
    padding: 1rem 0 1.8rem;
    font-size: 1.05rem;
    line-height: 1;
    font-weight: normal;
    color: #444444 !important;
  }
  .d-mser .swiper-slide:hover {
    background: none;
    background-color: transparent;
  }
  .d-mser .swiper-slide:hover em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
  }
  .d-titab {
    border-bottom: 1px #f8f8f8 solid;
  }
  .d-titab ul {
    display: block;
    padding: 1rem 0;
  }
  .d-titab ul li {
    font-size: 1.45rem;
    margin: 0;
    padding: 0;
  }
  .d-titab ul li a {
    position: relative;
    padding: 0;
    line-height: 1;
  }
  .d-titab ul li span {
    line-height: 1;
    padding: 0;
  }
  .d-titab ul li.active {
    background: none;
  }
  .d-titab ul li.active a {
    background: none;
  }
  .d-titab ul li.active a:after {
    content: '';
    display: block;
    width: 80%;
    height: 0.6rem;
    position: absolute;
    z-index: 1;
    zoom: 1;
    top: 100%;
    left: 10%;
    margin-top: -0.2rem;
    background-color: rgba(20, 146, 114, 0.1);
  }
  .d-titab ul li.active span {
    position: relative;
    z-index: 2;
    background: none;
    color: #149272;
    font-weight: bold;
  }
  .d-tit1 {
    position: relative;
    text-align: center;
  }
  .d-tit1 > * {
    position: relative;
    z-index: 2;
  }
  .d-tit1 h5 {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.1;
  }
  .d-tit1 h1 {
    font-size: 1.68rem;
    line-height: 2rem;
    padding-bottom: 0.5rem;
    font-weight: normal;
  }
  .d-tit1 span {
    font-size: 3.5rem;
    -khtml-opacity: 0.04;
    -webkit-opacity: 0.04;
    -moz-opacity: 0.04;
    -o-opacity: 0.04;
    opacity: 0.04;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
    filter: alpha(opacity=4);
  }
  .d-new {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 1rem 1rem 0 0;
    -moz-border-radius: 1rem 1rem 0 0;
    -o-border-radius: 1rem 1rem 0 0;
    border-radius: 1rem 1rem 0 0;
  }
  .d-new ._box {
    min-height: 0;
  }
  .d-new .d-titab {
    padding: 0;
  }
  .d-new .d-titab li {
    width: 33.33%;
  }
  .d-new ._ul {
    position: initial;
    right: initial;
    top: initial;
    bottom: initial;
    left: initial;
    padding: 0;
  }
  .swiper-new {
    display: none;
  }
  .d-li1 {
    padding: 0.5rem 1rem;
  }
  .d-li1 li {
    position: relative;
    padding: 1rem 10.2rem 1rem 0;
    margin-bottom: 0;
    border-top: 1px solid #f8f8f8;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .d-li1 li:nth-child(1) {
    border: none;
  }
  .d-li1 li a {
    display: block;
  }
  .d-li1 li ._imgbox {
    display: block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    top: 1rem;
    right: 0;
    width: 9rem;
    bottom: 1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .d-li1 li ._dt {
    position: initial;
    top: initial;
    left: initial;
    width: initial;
    text-align: left;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 1em;
    color: #aaa;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .d-li1 li ._dt b {
    display: none;
  }
  .d-li1 li ._txt {
    padding: 0;
    border-left: none;
  }
  .d-li1 li ._txt h3 {
    white-space: initial;
    height: 3.8rem;
    line-height: 1.9rem;
    font-size: 1.26em;
    margin-bottom: 0.5rem;
  }
  .d-li1 li ._txt p {
    display: none;
  }
  .d-li1 li:hover {
    background-color: transparent;
  }
  .d-li1 li:hover * {
    color: #333 !important;
  }
  .d-li2 {
    margin: 0 0;
  }
  .d-li2 > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
  }
  .d-li2 a {
    height: initial;
    position: relative;
    padding: 0 0 0 1rem;
    background: none;
    border-top: 1px #f2f2f2 dashed;
  }
  .d-li2 a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: rgba(20, 146, 114, 0.6);
    margin-top: -2px;
  }
  .d-li2 a:hover {
    color: #149272;
    background: none;
  }
  .d-li2 li:nth-child(1) a {
    border: none;
  }
  .d-li2 ._dt {
    display: none;
  }
  .d-li2 ._txt {
    height: initial;
    padding: 1rem 0;
    line-height: 1.4;
    font-size: 1.26rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .d-li3 {
    margin: 0 0;
  }
  .d-li3 > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
  }
  .d-li3 a {
    position: relative;
    font-size: 1.26rem;
    padding: 1rem 0 1rem 1rem;
    line-height: 1.4;
    border-top: 1px #f2f2f2 dashed;
  }
  .d-li3 a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: rgba(20, 146, 114, 0.4);
    margin-top: -2px;
  }
  .d-li3 li:nth-child(1) a {
    border: none;
  }
  .d-li3 p {
    display: none;
  }
  .d-tm {
    position: relative;
    padding: 1.4rem 0.5rem 0;
    background: none;
    background-color: #fff !important;
  }
  .d-tm .d-tit1 {
    position: relative;
    z-index: 2;
    margin-bottom: 1.2rem;
  }
  .d-tm .wrapper {
    position: relative;
    z-index: 2;
    padding: 1rem 1rem 0.5rem;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 1rem 1rem 0 0;
    -moz-border-radius: 1rem 1rem 0 0;
    -o-border-radius: 1rem 1rem 0 0;
    border-radius: 1rem 1rem 0 0;
  }
  .d-tm .g-doctor ._item ._imgbox {
    background-color: #f2f2f2;
  }
  .d-tm .g-doctor ._item h1 a {
    font-weight: bold;
  }
  .d-tm .m-page {
    padding: 0.5em 0 1.5em;
  }
  .d-tm > ._imgbox {
    position: absolute;
    z-index: 1;
    zoom: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40%;
  }
  .d-tm > ._imgbox:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    top: 0;
    background-image: -webkit-linear-gradient(180deg,rgba(20,146,114,0.92),rgba(20,146,114,0.8),#fff);
    background-image: -moz-linear-gradient(180deg,rgba(20,146,114,0.92),rgba(20,146,114,0.8),#fff);
    background-image: -o-linear-gradient(180deg,rgba(20,146,114,0.92),rgba(20,146,114,0.8),#fff);
    background-image: linear-gradient(180deg,rgba(20,146,114,0.92),rgba(20,146,114,0.8),#fff);
  }
  .d-about {
    padding: 1.5rem 0 0;
    background-color: transparent;
  }
  .d-about .d-tit1 {
    margin-bottom: 0.5rem;
  }
  .d-about .d-tit1 h5 {
    font-size: 1.4rem;
  }
  .d-about .d-tit1 h1 {
    font-size: 1.68rem;
    line-height: 2.2rem;
    padding-bottom: 1rem;
  }
  .d-about .d-tit1 span {
    font-size: 5.4rem;
    -khtml-opacity: 0.02;
    -webkit-opacity: 0.02;
    -moz-opacity: 0.02;
    -o-opacity: 0.02;
    opacity: 0.02;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2);
    filter: alpha(opacity=2);
  }
  .d-about .swiper-abt {
    position: absolute;
    z-index: 1;
    zoom: 1;
    top: 0;
    right: 0;
    bottom: initial;
    left: 0;
    width: 100%;
    height: 55vw;
  }
  .d-about .swiper-abt .u-pagination {
    display: none;
  }
  .d-about ._abt {
    position: relative;
    padding: 40vw 1rem 1rem 1rem;
  }
  .d-about ._abt ._bx ul {
    margin: 0 -4px;
  }
  .d-about ._abt ._bx ul > li {
    float: left;
    margin: 0 0 8px;
    width: 33.33333333%;
    padding: 0 4px;
  }
  .d-about ._abt ._bx ._item {
    height: 10.5rem;
    padding: 3.5rem 1rem 1rem;
  }
  .d-about ._abt ._bx ._item h3 {
    font-size: 2rem;
    padding-bottom: 0.8rem;
  }
  .d-about ._abt ._bx ._item h3 span {
    font-size: 1rem;
  }
  .d-about ._abt ._bx ._item h5 {
    padding-bottom: 0.5rem;
    font-size: 0.8rem;
  }
  .d-about ._abt ._bx ._item h2 {
    font-size: 1rem;
  }
  .d-about ._abt ._bx ._item i {
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
  }
  .d-about ._abt ._bx ._item em {
    bottom: 1.5rem;
    right: 1rem;
    width: 20%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .d-about ._abt ._bx ._item:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .d-about ._abt ._bx ._item:hover i {
    font-size: 6rem;
  }
  .d-about ._abt ._bx ._inr ._item {
    padding: 2rem;
    background-image: -webkit-linear-gradient(45deg,#009973,#1aa07f,#24cbad);
    background-image: -moz-linear-gradient(45deg,#009973,#1aa07f,#24cbad);
    background-image: -o-linear-gradient(45deg,#009973,#1aa07f,#24cbad);
    background-image: linear-gradient(45deg,#009973,#1aa07f,#24cbad);
  }
  .d-about ._abt ._bx ._inr ._item img {
    height: 5rem;
  }
  .d-about ._abt ._bx ._inr ._item i {
    display: none;
  }
  .d-ltxw {
    padding: 0;
    background-color: #fff;
    border-bottom: 0.8rem #f3f7f5 solid;
  }
  .d-ltxw .d-titab {
    padding: 0;
  }
  .d-ltxw .d-titab li {
    width: 33.33%;
  }
  .d-ltxw .tab_gg,
  .d-ltxw .tab_kn {
    padding: 1rem;
  }
  .d-ltxw .tab_job {
    padding: 0 1rem 1rem;
  }
  .d-ltxw .jb-list {
    padding: 0;
    background-color: transparent;
    margin: 0 0;
  }
  .d-ltxw .jb-list > li {
    float: left;
    margin: 0 0 0;
    width: 100%;
  }
  .d-ltxw .jb-list li {
    float: none;
  }
  .d-ltxw .jb-list a {
    padding: 1rem 4rem 1rem 0;
    border-bottom: 1px #f2f2f2 dashed;
  }
  .d-ltxw .jb-list a h1 {
    font-size: 1.26rem;
    padding-right: 5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .d-ltxw .jb-list a h1 b {
    font-weight: normal;
    font-size: 1.26rem;
    color: #333;
  }
  .d-ltxw .jb-list a .daiyu {
    top: 50%;
    right: 0;
    padding: 0;
    font-size: 1.26rem;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .d-ltxw .jb-list li:last-child a {
    border: none !important;
  }
  .d-ltxw .m-page {
    padding: 0.5em 0 1.5em;
  }
  .d-ks {
    padding: 0 0 1.5rem;
    border-bottom: 0.8rem #f3f7f5 solid;
  }
  .d-ks .wrapper {
    padding-left: 0;
  }
  .d-ks ._tit {
    height: initial;
    padding: 1.5rem 0;
    line-height: 1;
  }
  .d-ks ._tit b {
    font-size: 1.68rem;
    padding-bottom: 0.2rem;
  }
  .d-ks ._tit b:after {
    height: 1rem;
  }
  .d-ks ._yq {
    position: relative;
    left: initial;
    top: initial;
    width: 100%;
    height: initial;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-bottom: 1rem #f3f7f5 solid;
  }
  .d-ks ._yq ._tit {
    display: none;
    padding-left: 1rem;
  }
  .d-ks ._yq li {
    background-image: -webkit-linear-gradient(0deg,#fff,#f6f8f7);
    background-image: -moz-linear-gradient(0deg,#fff,#f6f8f7);
    background-image: -o-linear-gradient(0deg,#fff,#f6f8f7);
    background-image: linear-gradient(0deg,#fff,#f6f8f7);
  }
  .d-ks ._yq li a {
    height: initial;
    padding: 1.5rem 2rem 1.5rem 7rem;
    color: #666;
    background-color: transparent;
  }
  .d-ks ._yq li i {
    left: 1rem;
    top: 50%;
    line-height: 1;
    width: 5rem;
    text-align: center;
    font-size: 3.6rem;
    margin-top: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .d-ks ._yq li h5 {
    font-size: 1.2rem;
  }
  .d-ks ._yq li h3 {
    font-size: 1.6rem;
    padding-top: 0.2rem;
  }
  .d-ks ._yq li:hover a {
    padding-left: 9rem;
  }
  .d-ks ._yq li:hover i {
    font-size: 5rem;
  }
  .d-ks ._keshi {
    padding: 0.5rem 1rem;
  }
  .d-ks ._keshi ._tit {
    text-align: center;
  }
  .d-ks ._keshi ._tit a {
    display: none;
  }
  .d-ks ._keshi ._tit b:after {
    display: block;
    z-index: -1;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  .d-ks ._keshi > * {
    position: relative;
    z-index: 2;
  }
  .d-ks ._keshi ._imgbox {
    bottom: 60%;
  }
  .d-ks ._keshi ._bt {
    height: 120vw;
    max-height: 60vh;
    padding: 1rem 1.5rem;
    -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  .d-ks ._keshi ._bt h2 {
    font-size: 1.4rem;
  }
  .d-ks ._keshi ._bt ul {
    padding-bottom: 1.5rem;
    margin: 0 -4px;
  }
  .d-ks ._keshi ._bt ul > li {
    float: left;
    margin: 0 0 0;
    width: 33.33333333%;
    padding: 0 4px;
  }
  .d-ks ._keshi ._bt ul li {
    padding-top: 10px;
  }
  .d-ks ._keshi ._bt ul a {
    padding: 0 0.5rem 0 0.8rem;
    font-size: 1.1rem;
  }
  .d-link {
    padding: 1rem;
    border-top: none;
    background-color: #fff;
    overflow: hidden;
  }
  .d-link ul {
    padding: 1rem 0;
    margin: 0 -1rem;
  }
  .d-link ul li {
    margin: 0 1rem;
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }
  ._2021_index {
    background: none !important;
    background-color: #f3f7f5;
  }
  ._2021_index .g-head {
    display: block;
  }
  .d-21tb {
    display: block;
  }
  .d-21tb ._td {
    display: block;
    padding: 1.5rem 1rem;
  }
  .d-21tb ._logo {
    display: none;
  }
  .d-21tb ._nv {
    padding: 0;
  }
  .d-21tb ._nv li {
    float: none;
    margin: 0 0 1rem 0;
  }
  .d-21tb ._nv li a {
    width: 100%;
    padding: 1.5rem 2rem 3.5rem;
    height: initial;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .d-21tb ._nv li a:after {
    bottom: 2rem;
    left: 2rem;
    width: 20%;
  }
  .d-21tb ._nv li a > i,
  .d-21tb ._nv li a:before {
    top: 50%;
    left: initial;
    right: 1.5rem;
    width: 6rem;
    line-height: 6rem;
    font-size: 2.5rem;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .d-21tb ._nv li a:before {
    height: 6rem;
  }
  .d-21tb ._nv li ._i {
    display: none;
  }
  .d-21tb ._nv li ._txt {
    position: initial;
    top: initial;
    left: initial;
  }
  .d-21tb ._nv li ._txt h3 {
    font-size: 1.8rem;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .d-21tb ._nv li ._txt h5 {
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    font-size: 1.2rem;
    padding-bottom: 0;
  }
  .d-21tb ._nv li:nth-child(1) {
    background-color: #149272;
  }
  .d-21tb ._nv li:nth-child(1) a {
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .d-21tb ._nv li:nth-child(1) a:after {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .d-21tb ._nv li:nth-child(1) a > i {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.1);
    width: initial;
    line-height: 1;
  }
  .d-21tb ._nv li:hover a {
    color: #fff;
    background-color: #149272;
  }
  .d-21tb ._nv li:hover a:after {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .d-21tb ._nv li:hover a > i {
    top: 50%;
    left: initial;
    width: 6rem;
    line-height: 6rem;
    font-size: 4.5rem;
    color: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .d-21tb ._nv li:hover:nth-child(1) a > i {
    width: 6rem;
    line-height: 6rem;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .d-21tb ._nv li:hover ._txt {
    top: initial;
    left: initial;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .d-21tb ._wt {
    margin: 0 -1.5%;
  }
  .d-21tb ._wt li {
    width: 17%;
    line-height: 4rem;
    min-width: initial;
    font-size: 1.4rem;
    margin: 0 1.5%;
  }
  .d-21tb ._wt li:nth-child(1) {
    padding: 0;
  }
  .d-21tb ._wt li span {
    display: none;
  }
}
